Html Css Color HEX #663364 Palatinate Purple

📋 copy color: '#663364'

red 102 ◦ green 51 ◦ blue 100

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

Shades of Palatinate Purple #663364

Tints of Palatinate Purple #663364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 39.53%

R = 40.32%
G = 20.16%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.02

 K value IS 0.6

RGB Variations

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

Color information

#663364 (or 0x663364) is known color: Palatinate Purple. HEX triplet: 66, 33 and 64. RGB value is (102,51,100). Sum of RGB (Red+Green+Blue) = 102+51+100=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #663364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663364 is #99CC9B. Grayscale: #474747. Windows color (decimal): -10079388 or 6566758. OLE color: 6566758.

HSL color Cylindrical-coordinate representation of color #663364: hue angle of 302.35º 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 #663364 is Cyan = 0, Magento = 0.5, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 51 100 -
CMYK 0 0.5 0.02 0.6
HSL 302.35º 0.33% 0.3% -
HSV(B) 302.35º 0.5% 0.4% -
XYZ 8.96 6.11 12.76 -
YUV 71.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 102 51 100 0 0.5 0.02 0.6 302.35 0.33 0.3
Hex 66 33 64 0 32 2 3C 12E 21 1E
Octal 146 63 144 0 62 2 74 456 41 36
Binary 1100110 110011 1100100 0 110010 10 111100 100101110 100001 11110

Color Harmonies of #663364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663364

Black with #663364

Text Example


Text Example

White with #663364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663364; }

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

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

background-color css

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

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

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

border-color css

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

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

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