Html Css Color HEX #662362 Palatinate Purple

📋 copy color: '#662362'

red 102 ◦ green 35 ◦ blue 98

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

Shades of Palatinate Purple #662362

Tints of Palatinate Purple #662362

RGB

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

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

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

R = 43.4%
G = 14.89%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.6

RGB Variations

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

Color information

#662362 (or 0x662362) is known color: Palatinate Purple. HEX triplet: 66, 23 and 62. RGB value is (102,35,98). Sum of RGB (Red+Green+Blue) = 102+35+98=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #662362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662362 is #99DC9D. Grayscale: #3E3E3E. Windows color (decimal): -10083486 or 6431590. OLE color: 6431590.

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

Color convert

RGB 102 35 98 -
CMYK 0 0.66 0.04 0.6
HSL 303.58º 0.49% 0.27% -
HSV(B) 303.58º 0.66% 0.4% -
XYZ 8.29 4.91 12.07 -
YUV 62.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 102 35 98 0 0.66 0.04 0.6 303.58 0.49 0.27
Hex 66 23 62 0 42 4 3C 130 31 1B
Octal 146 43 142 0 102 4 74 460 61 33
Binary 1100110 100011 1100010 0 1000010 100 111100 100110000 110001 11011

Color Harmonies of #662362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662362

Black with #662362

Text Example


Text Example

White with #662362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662362; }

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

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

background-color css

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

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

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

border-color css

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

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

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