Html Css Color HEX #66395C Palatinate Purple

📋 copy color: '#66395C'

red 102 ◦ green 57 ◦ blue 92

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

Shades of Palatinate Purple #66395C

Tints of Palatinate Purple #66395C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.71%

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

R = 40.64%
G = 22.71%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#66395C (or 0x66395C) is known color: Palatinate Purple. HEX triplet: 66, 39 and 5C. RGB value is (102,57,92). Sum of RGB (Red+Green+Blue) = 102+57+92=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #66395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66395C is #99C6A3. Grayscale: #4A4A4A. Windows color (decimal): -10077860 or 6044006. OLE color: 6044006.

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

Color convert

RGB 102 57 92 -
CMYK 0 0.44 0.10 0.6
HSL 313.33º 0.28% 0.31% -
HSV(B) 313.33º 0.44% 0.4% -
XYZ 8.87 6.52 10.92 -
YUV 74.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 102 57 92 0 0.44 0.10 0.6 313.33 0.28 0.31
Hex 66 39 5C 0 2C A 3C 139 1C 1F
Octal 146 71 134 0 54 12 74 471 34 37
Binary 1100110 111001 1011100 0 101100 1010 111100 100111001 11100 11111

Color Harmonies of #66395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66395C

Black with #66395C

Text Example


Text Example

White with #66395C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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