Html Css Color HEX #6B2066 Palatinate Purple

📋 copy color: '#6B2066'

red 107 ◦ green 32 ◦ blue 102

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

Shades of Palatinate Purple #6B2066

Tints of Palatinate Purple #6B2066

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.28%

 BLUE value IS 102 (40.23% from 255) = 42.32%

R = 44.4%
G = 13.28%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#6B2066 (or 0x6B2066) is known color: Palatinate Purple. HEX triplet: 6B, 20 and 66. RGB value is (107,32,102). Sum of RGB (Red+Green+Blue) = 107+32+102=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2066 is #94DF99. Grayscale: #3E3E3E. Windows color (decimal): -9756570 or 6692971. OLE color: 6692971.

HSL color Cylindrical-coordinate representation of color #6B2066: hue angle of 304º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B2066 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 32 102 -
CMYK 0 0.70 0.05 0.58
HSL 304º 0.54% 0.27% -
HSV(B) 304º 0.7% 0.42% -
XYZ 8.98 5.12 13.09 -
YUV 62.41 150.35 159.81 -
System Red Green Blue C M Y K H S L
Decimal 107 32 102 0 0.70 0.05 0.58 304 0.54 0.27
Hex 6B 20 66 0 46 5 3A 130 36 1B
Octal 153 40 146 0 106 5 72 460 66 33
Binary 1101011 100000 1100110 0 1000110 101 111010 100110000 110110 11011

Color Harmonies of #6B2066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2066

Black with #6B2066

Text Example


Text Example

White with #6B2066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,32,102); }

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

background-color css

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

 a { background-color: rgb(107,32,102); }

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

border-color css

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

 span { border-color: rgb(107,32,102); }

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