Html Css Color HEX #66385B Palatinate Purple

📋 copy color: '#66385B'

red 102 ◦ green 56 ◦ blue 91

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

Shades of Palatinate Purple #66385B

Tints of Palatinate Purple #66385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.49%

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

R = 40.96%
G = 22.49%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#66385B (or 0x66385B) is known color: Palatinate Purple. HEX triplet: 66, 38 and 5B. RGB value is (102,56,91). Sum of RGB (Red+Green+Blue) = 102+56+91=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #66385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66385B is #99C7A4. Grayscale: #494949. Windows color (decimal): -10078117 or 5978214. OLE color: 5978214.

HSL color Cylindrical-coordinate representation of color #66385B: hue angle of 314.35º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66385B is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 56 91 -
CMYK 0 0.45 0.11 0.6
HSL 314.35º 0.29% 0.31% -
HSV(B) 314.35º 0.45% 0.4% -
XYZ 8.78 6.41 10.67 -
YUV 73.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 102 56 91 0 0.45 0.11 0.6 314.35 0.29 0.31
Hex 66 38 5B 0 2D B 3C 13A 1D 1F
Octal 146 70 133 0 55 13 74 472 35 37
Binary 1100110 111000 1011011 0 101101 1011 111100 100111010 11101 11111

Color Harmonies of #66385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66385B

Black with #66385B

Text Example


Text Example

White with #66385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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