Html Css Color HEX #663362 Palatinate Purple

📋 copy color: '#663362'

red 102 ◦ green 51 ◦ blue 98

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

Shades of Palatinate Purple #663362

Tints of Palatinate Purple #663362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.04%

R = 40.64%
G = 20.32%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.04

 K value IS 0.6

RGB Variations

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

Color information

#663362 (or 0x663362) is known color: Palatinate Purple. HEX triplet: 66, 33 and 62. RGB value is (102,51,98). Sum of RGB (Red+Green+Blue) = 102+51+98=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #663362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663362 is #99CC9D. Grayscale: #474747. Windows color (decimal): -10079390 or 6435686. OLE color: 6435686.

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

Color convert

RGB 102 51 98 -
CMYK 0 0.5 0.04 0.6
HSL 304.71º 0.33% 0.3% -
HSV(B) 304.71º 0.5% 0.4% -
XYZ 8.87 6.07 12.26 -
YUV 71.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 102 51 98 0 0.5 0.04 0.6 304.71 0.33 0.3
Hex 66 33 62 0 32 4 3C 131 21 1E
Octal 146 63 142 0 62 4 74 461 41 36
Binary 1100110 110011 1100010 0 110010 100 111100 100110001 100001 11110

Color Harmonies of #663362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663362

Black with #663362

Text Example


Text Example

White with #663362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663362; }

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

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

background-color css

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

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

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

border-color css

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

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

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