Html Css Color HEX #66055C Palatinate Purple

📋 copy color: '#66055C'

red 102 ◦ green 5 ◦ blue 92

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

Shades of Palatinate Purple #66055C

Tints of Palatinate Purple #66055C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.51%

 BLUE value IS 92 (36.33% from 255) = 46.23%

R = 51.26%
G = 2.51%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#66055C (or 0x66055C) is known color: Palatinate Purple. HEX triplet: 66, 05 and 5C. RGB value is (102,5,92). Sum of RGB (Red+Green+Blue) = 102+5+92=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66055C is #99FAA3. Grayscale: #2B2B2B. Windows color (decimal): -10091172 or 6030694. OLE color: 6030694.

HSL color Cylindrical-coordinate representation of color #66055C: hue angle of 306.19º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #66055C is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 5 92 -
CMYK 0 0.95 0.10 0.6
HSL 306.19º 0.91% 0.21% -
HSV(B) 306.19º 0.95% 0.4% -
XYZ 7.47 3.71 10.45 -
YUV 43.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 102 5 92 0 0.95 0.10 0.6 306.19 0.91 0.21
Hex 66 5 5C 0 5F A 3C 132 5B 15
Octal 146 5 134 0 137 12 74 462 133 25
Binary 1100110 101 1011100 0 1011111 1010 111100 100110010 1011011 10101

Color Harmonies of #66055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66055C

Black with #66055C

Text Example


Text Example

White with #66055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66055C; }

 p { color: rgb(102,5,92); }

 H1.HeaderClassName
 {
   color: #66055C;
 }
 .AnyTagClassName
 {
   color: #66055C;
 }
</style>

background-color css

<style>
 a { background-color: #66055C; }

 a { background-color: rgb(102,5,92); }

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

border-color css

<style>
 span { border-color: #66055C; }

 span { border-color: rgb(102,5,92); }

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