Html Css Color HEX #6B2464 Palatinate Purple

📋 copy color: '#6B2464'

red 107 ◦ green 36 ◦ blue 100

#6B2464
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #6B2464

Tints of Palatinate Purple #6B2464

RGB

 RED value IS 107 (42.19% from 255) = 44.03%

 GREEN value IS 36 (14.45% from 255) = 14.81%

 BLUE value IS 100 (39.45% from 255) = 41.15%

R = 44.03%
G = 14.81%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6B2464 (or 0x6B2464) is known color: Palatinate Purple. HEX triplet: 6B, 24 and 64. RGB value is (107,36,100). Sum of RGB (Red+Green+Blue) = 107+36+100=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2464 is #94DB9B. Grayscale: #404040. Windows color (decimal): -9755548 or 6562923. OLE color: 6562923.

HSL color Cylindrical-coordinate representation of color #6B2464: hue angle of 305.92º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B2464 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 36 100 -
CMYK 0 0.66 0.07 0.58
HSL 305.92º 0.5% 0.28% -
HSV(B) 305.92º 0.66% 0.42% -
XYZ 8.99 5.31 12.61 -
YUV 64.53 148.02 158.3 -
System Red Green Blue C M Y K H S L
Decimal 107 36 100 0 0.66 0.07 0.58 305.92 0.5 0.28
Hex 6B 24 64 0 42 7 3A 132 32 1C
Octal 153 44 144 0 102 7 72 462 62 34
Binary 1101011 100100 1100100 0 1000010 111 111010 100110010 110010 11100

Color Harmonies of #6B2464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2464

Black with #6B2464

Text Example


Text Example

White with #6B2464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B2464; }

 p { color: rgb(107,36,100); }

 H1.HeaderClassName
 {
   color: #6B2464;
 }
 .AnyTagClassName
 {
   color: #6B2464;
 }
</style>

background-color css

<style>
 a { background-color: #6B2464; }

 a { background-color: rgb(107,36,100); }

 div.DivClassName
 {
   background-color: #6B2464;
 }
 .BgClassName
 {
   background-color: #6B2464;
 }
</style>

border-color css

<style>
 span { border-color: #6B2464; }

 span { border-color: rgb(107,36,100); }

 td.TdClassName
 {
   border-color: #6B2464;
 }
 .TagClassName
 {
   border-color: #6B2464;
 }
</style>