Html Css Color HEX #66005B Palatinate Purple

📋 copy color: '#66005B'

red 102 ◦ green 0 ◦ blue 91

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

Shades of Palatinate Purple #66005B

Tints of Palatinate Purple #66005B

RGB

 RED value IS 102 (40.23% from 255) = 52.85%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 91 (35.94% from 255) = 47.15%

R = 52.85%
G = 0%
B = 47.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#66005B (or 0x66005B) is known color: Palatinate Purple. HEX triplet: 66, 00 and 5B. RGB value is (102,0,91). Sum of RGB (Red+Green+Blue) = 102+0+91=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #66005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66005B is #99FFA4. Grayscale: #282828. Windows color (decimal): -10092453 or 5963878. OLE color: 5963878.

HSL color Cylindrical-coordinate representation of color #66005B: hue angle of 306.47º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66005B is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 0 91 -
CMYK 0 1 0.11 0.6
HSL 306.47º 1% 0.2% -
HSV(B) 306.47º 1% 0.4% -
XYZ 7.37 3.58 10.2 -
YUV 40.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 102 0 91 0 1 0.11 0.6 306.47 1 0.2
Hex 66 0 5B 0 64 B 3C 132 64 14
Octal 146 0 133 0 144 13 74 462 144 24
Binary 1100110 0 1011011 0 1100100 1011 111100 100110010 1100100 10100

Color Harmonies of #66005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66005B

Black with #66005B

Text Example


Text Example

White with #66005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66005B; }

 p { color: rgb(102,0,91); }

 H1.HeaderClassName
 {
   color: #66005B;
 }
 .AnyTagClassName
 {
   color: #66005B;
 }
</style>

background-color css

<style>
 a { background-color: #66005B; }

 a { background-color: rgb(102,0,91); }

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

border-color css

<style>
 span { border-color: #66005B; }

 span { border-color: rgb(102,0,91); }

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