Html Css Color HEX #66355B Palatinate Purple

📋 copy color: '#66355B'

red 102 ◦ green 53 ◦ blue 91

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

Shades of Palatinate Purple #66355B

Tints of Palatinate Purple #66355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.54%

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

R = 41.46%
G = 21.54%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#66355B (or 0x66355B) is known color: Palatinate Purple. HEX triplet: 66, 35 and 5B. RGB value is (102,53,91). Sum of RGB (Red+Green+Blue) = 102+53+91=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #66355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66355B is #99CAA4. Grayscale: #474747. Windows color (decimal): -10078885 or 5977446. OLE color: 5977446.

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

Color convert

RGB 102 53 91 -
CMYK 0 0.48 0.11 0.6
HSL 313.47º 0.32% 0.3% -
HSV(B) 313.47º 0.48% 0.4% -
XYZ 8.64 6.13 10.62 -
YUV 71.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 102 53 91 0 0.48 0.11 0.6 313.47 0.32 0.3
Hex 66 35 5B 0 30 B 3C 139 20 1E
Octal 146 65 133 0 60 13 74 471 40 36
Binary 1100110 110101 1011011 0 110000 1011 111100 100111001 100000 11110

Color Harmonies of #66355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66355B

Black with #66355B

Text Example


Text Example

White with #66355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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