Html Css Color HEX #66375F Palatinate Purple

📋 copy color: '#66375F'

red 102 ◦ green 55 ◦ blue 95

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

Shades of Palatinate Purple #66375F

Tints of Palatinate Purple #66375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

 BLUE value IS 95 (37.5% from 255) = 37.7%

R = 40.48%
G = 21.83%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#66375F (or 0x66375F) is known color: Palatinate Purple. HEX triplet: 66, 37 and 5F. RGB value is (102,55,95). Sum of RGB (Red+Green+Blue) = 102+55+95=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #66375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66375F is #99C8A0. Grayscale: #494949. Windows color (decimal): -10078369 or 6240102. OLE color: 6240102.

HSL color Cylindrical-coordinate representation of color #66375F: hue angle of 308.94º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66375F is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 55 95 -
CMYK 0 0.46 0.07 0.6
HSL 308.94º 0.3% 0.31% -
HSV(B) 308.94º 0.46% 0.4% -
XYZ 8.91 6.38 11.59 -
YUV 73.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 102 55 95 0 0.46 0.07 0.6 308.94 0.3 0.31
Hex 66 37 5F 0 2E 7 3C 135 1E 1F
Octal 146 67 137 0 56 7 74 465 36 37
Binary 1100110 110111 1011111 0 101110 111 111100 100110101 11110 11111

Color Harmonies of #66375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66375F

Black with #66375F

Text Example


Text Example

White with #66375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66375F; }

 p { color: rgb(102,55,95); }

 H1.HeaderClassName
 {
   color: #66375F;
 }
 .AnyTagClassName
 {
   color: #66375F;
 }
</style>

background-color css

<style>
 a { background-color: #66375F; }

 a { background-color: rgb(102,55,95); }

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

border-color css

<style>
 span { border-color: #66375F; }

 span { border-color: rgb(102,55,95); }

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