Html Css Color HEX #66095C Palatinate Purple

📋 copy color: '#66095C'

red 102 ◦ green 9 ◦ blue 92

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

Shades of Palatinate Purple #66095C

Tints of Palatinate Purple #66095C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.43%

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

R = 50.25%
G = 4.43%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#66095C (or 0x66095C) is known color: Palatinate Purple. HEX triplet: 66, 09 and 5C. RGB value is (102,9,92). Sum of RGB (Red+Green+Blue) = 102+9+92=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #66095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66095C is #99F6A3. Grayscale: #2E2E2E. Windows color (decimal): -10090148 or 6031718. OLE color: 6031718.

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

Color convert

RGB 102 9 92 -
CMYK 0 0.91 0.10 0.6
HSL 306.45º 0.84% 0.22% -
HSV(B) 306.45º 0.91% 0.4% -
XYZ 7.51 3.79 10.46 -
YUV 46.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 102 9 92 0 0.91 0.10 0.6 306.45 0.84 0.22
Hex 66 9 5C 0 5B A 3C 132 54 16
Octal 146 11 134 0 133 12 74 462 124 26
Binary 1100110 1001 1011100 0 1011011 1010 111100 100110010 1010100 10110

Color Harmonies of #66095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66095C

Black with #66095C

Text Example


Text Example

White with #66095C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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