Html Css Color HEX #66185D Palatinate Purple

📋 copy color: '#66185D'

red 102 ◦ green 24 ◦ blue 93

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

Shades of Palatinate Purple #66185D

Tints of Palatinate Purple #66185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.96%

 BLUE value IS 93 (36.72% from 255) = 42.47%

R = 46.58%
G = 10.96%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#66185D (or 0x66185D) is known color: Palatinate Purple. HEX triplet: 66, 18 and 5D. RGB value is (102,24,93). Sum of RGB (Red+Green+Blue) = 102+24+93=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #66185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66185D is #99E7A2. Grayscale: #363636. Windows color (decimal): -10086307 or 6101094. OLE color: 6101094.

HSL color Cylindrical-coordinate representation of color #66185D: hue angle of 306.92º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66185D is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 24 93 -
CMYK 0 0.76 0.09 0.6
HSL 306.92º 0.62% 0.25% -
HSV(B) 306.92º 0.76% 0.4% -
XYZ 7.78 4.27 10.77 -
YUV 55.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 102 24 93 0 0.76 0.09 0.6 306.92 0.62 0.25
Hex 66 18 5D 0 4C 9 3C 133 3E 19
Octal 146 30 135 0 114 11 74 463 76 31
Binary 1100110 11000 1011101 0 1001100 1001 111100 100110011 111110 11001

Color Harmonies of #66185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66185D

Black with #66185D

Text Example


Text Example

White with #66185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66185D; }

 p { color: rgb(102,24,93); }

 H1.HeaderClassName
 {
   color: #66185D;
 }
 .AnyTagClassName
 {
   color: #66185D;
 }
</style>

background-color css

<style>
 a { background-color: #66185D; }

 a { background-color: rgb(102,24,93); }

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

border-color css

<style>
 span { border-color: #66185D; }

 span { border-color: rgb(102,24,93); }

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