Html Css Color HEX #663360 Palatinate Purple

📋 copy color: '#663360'

red 102 ◦ green 51 ◦ blue 96

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

Shades of Palatinate Purple #663360

Tints of Palatinate Purple #663360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.48%

 BLUE value IS 96 (37.89% from 255) = 38.55%

R = 40.96%
G = 20.48%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#663360 (or 0x663360) is known color: Palatinate Purple. HEX triplet: 66, 33 and 60. RGB value is (102,51,96). Sum of RGB (Red+Green+Blue) = 102+51+96=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #663360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663360 is #99CC9F. Grayscale: #474747. Windows color (decimal): -10079392 or 6304614. OLE color: 6304614.

HSL color Cylindrical-coordinate representation of color #663360: hue angle of 307.06º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #663360 is Cyan = 0, Magento = 0.5, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 51 96 -
CMYK 0 0.5 0.06 0.6
HSL 307.06º 0.33% 0.3% -
HSV(B) 307.06º 0.5% 0.4% -
XYZ 8.77 6.04 11.77 -
YUV 71.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 102 51 96 0 0.5 0.06 0.6 307.06 0.33 0.3
Hex 66 33 60 0 32 6 3C 133 21 1E
Octal 146 63 140 0 62 6 74 463 41 36
Binary 1100110 110011 1100000 0 110010 110 111100 100110011 100001 11110

Color Harmonies of #663360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663360

Black with #663360

Text Example


Text Example

White with #663360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663360; }

 p { color: rgb(102,51,96); }

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

background-color css

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

 a { background-color: rgb(102,51,96); }

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

border-color css

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

 span { border-color: rgb(102,51,96); }

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