Html Css Color HEX #66395E Palatinate Purple

📋 copy color: '#66395E'

red 102 ◦ green 57 ◦ blue 94

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

Shades of Palatinate Purple #66395E

Tints of Palatinate Purple #66395E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.15%

R = 40.32%
G = 22.53%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#66395E (or 0x66395E) is known color: Palatinate Purple. HEX triplet: 66, 39 and 5E. RGB value is (102,57,94). Sum of RGB (Red+Green+Blue) = 102+57+94=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #66395E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66395E is #99C6A1. Grayscale: #4A4A4A. Windows color (decimal): -10077858 or 6175078. OLE color: 6175078.

HSL color Cylindrical-coordinate representation of color #66395E: hue angle of 310.67º 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 #66395E is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 57 94 -
CMYK 0 0.44 0.08 0.6
HSL 310.67º 0.28% 0.31% -
HSV(B) 310.67º 0.44% 0.4% -
XYZ 8.96 6.56 11.38 -
YUV 74.67 138.91 147.49 -
System Red Green Blue C M Y K H S L
Decimal 102 57 94 0 0.44 0.08 0.6 310.67 0.28 0.31
Hex 66 39 5E 0 2C 8 3C 137 1C 1F
Octal 146 71 136 0 54 10 74 467 34 37
Binary 1100110 111001 1011110 0 101100 1000 111100 100110111 11100 11111

Color Harmonies of #66395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66395E

Black with #66395E

Text Example


Text Example

White with #66395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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