Html Css Color HEX #662363 Palatinate Purple

📋 copy color: '#662363'

red 102 ◦ green 35 ◦ blue 99

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

Shades of Palatinate Purple #662363

Tints of Palatinate Purple #662363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.83%

 BLUE value IS 99 (39.06% from 255) = 41.95%

R = 43.22%
G = 14.83%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#662363 (or 0x662363) is known color: Palatinate Purple. HEX triplet: 66, 23 and 63. RGB value is (102,35,99). Sum of RGB (Red+Green+Blue) = 102+35+99=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #662363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662363 is #99DC9C. Grayscale: #3E3E3E. Windows color (decimal): -10083485 or 6497126. OLE color: 6497126.

HSL color Cylindrical-coordinate representation of color #662363: hue angle of 302.69º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #662363 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 35 99 -
CMYK 0 0.66 0.03 0.6
HSL 302.69º 0.49% 0.27% -
HSV(B) 302.69º 0.66% 0.4% -
XYZ 8.33 4.93 12.32 -
YUV 62.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 102 35 99 0 0.66 0.03 0.6 302.69 0.49 0.27
Hex 66 23 63 0 42 3 3C 12F 31 1B
Octal 146 43 143 0 102 3 74 457 61 33
Binary 1100110 100011 1100011 0 1000010 11 111100 100101111 110001 11011

Color Harmonies of #662363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662363

Black with #662363

Text Example


Text Example

White with #662363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662363; }

 p { color: rgb(102,35,99); }

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

background-color css

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

 a { background-color: rgb(102,35,99); }

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

border-color css

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

 span { border-color: rgb(102,35,99); }

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