Html Css Color HEX #66375C Palatinate Purple

📋 copy color: '#66375C'

red 102 ◦ green 55 ◦ blue 92

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

Shades of Palatinate Purple #66375C

Tints of Palatinate Purple #66375C

RGB

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

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

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

R = 40.96%
G = 22.09%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#66375C (or 0x66375C) is known color: Palatinate Purple. HEX triplet: 66, 37 and 5C. RGB value is (102,55,92). Sum of RGB (Red+Green+Blue) = 102+55+92=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #66375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66375C is #99C8A3. Grayscale: #494949. Windows color (decimal): -10078372 or 6043494. OLE color: 6043494.

HSL color Cylindrical-coordinate representation of color #66375C: hue angle of 312.77º 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 #66375C is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 55 92 -
CMYK 0 0.46 0.10 0.6
HSL 312.77º 0.3% 0.31% -
HSV(B) 312.77º 0.46% 0.4% -
XYZ 8.78 6.33 10.88 -
YUV 73.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 102 55 92 0 0.46 0.10 0.6 312.77 0.3 0.31
Hex 66 37 5C 0 2E A 3C 139 1E 1F
Octal 146 67 134 0 56 12 74 471 36 37
Binary 1100110 110111 1011100 0 101110 1010 111100 100111001 11110 11111

Color Harmonies of #66375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66375C

Black with #66375C

Text Example


Text Example

White with #66375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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