Html Css Color HEX #66395B Palatinate Purple

📋 copy color: '#66395B'

red 102 ◦ green 57 ◦ blue 91

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

Shades of Palatinate Purple #66395B

Tints of Palatinate Purple #66395B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.4%

R = 40.8%
G = 22.8%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#66395B (or 0x66395B) is known color: Palatinate Purple. HEX triplet: 66, 39 and 5B. RGB value is (102,57,91). Sum of RGB (Red+Green+Blue) = 102+57+91=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 102 - color contains mainly: red. Hex color #66395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66395B is #99C6A4. Grayscale: #4A4A4A. Windows color (decimal): -10077861 or 5978470. OLE color: 5978470.

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

Color convert

RGB 102 57 91 -
CMYK 0 0.44 0.11 0.6
HSL 314.67º 0.28% 0.31% -
HSV(B) 314.67º 0.44% 0.4% -
XYZ 8.83 6.51 10.69 -
YUV 74.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 102 57 91 0 0.44 0.11 0.6 314.67 0.28 0.31
Hex 66 39 5B 0 2C B 3C 13B 1C 1F
Octal 146 71 133 0 54 13 74 473 34 37
Binary 1100110 111001 1011011 0 101100 1011 111100 100111011 11100 11111

Color Harmonies of #66395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66395B

Black with #66395B

Text Example


Text Example

White with #66395B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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