Html Css Color HEX #62145A Palatinate Purple

📋 copy color: '#62145A'

red 98 ◦ green 20 ◦ blue 90

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

Shades of Palatinate Purple #62145A

Tints of Palatinate Purple #62145A

RGB

 RED value IS 98 (38.67% from 255) = 47.12%

 GREEN value IS 20 (8.2% from 255) = 9.62%

 BLUE value IS 90 (35.55% from 255) = 43.27%

R = 47.12%
G = 9.62%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#62145A (or 0x62145A) is known color: Palatinate Purple. HEX triplet: 62, 14 and 5A. RGB value is (98,20,90). Sum of RGB (Red+Green+Blue) = 98+20+90=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 98 - color contains mainly: red. Hex color #62145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62145A is #9DEBA5. Grayscale: #333333. Windows color (decimal): -10349478 or 5903458. OLE color: 5903458.

HSL color Cylindrical-coordinate representation of color #62145A: hue angle of 306.15º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62145A is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 20 90 -
CMYK 0 0.80 0.08 0.62
HSL 306.15º 0.66% 0.23% -
HSV(B) 306.15º 0.8% 0.38% -
XYZ 7.13 3.84 10.04 -
YUV 51.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 98 20 90 0 0.80 0.08 0.62 306.15 0.66 0.23
Hex 62 14 5A 0 50 8 3E 132 42 17
Octal 142 24 132 0 120 10 76 462 102 27
Binary 1100010 10100 1011010 0 1010000 1000 111110 100110010 1000010 10111

Color Harmonies of #62145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62145A

Black with #62145A

Text Example


Text Example

White with #62145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62145A; }

 p { color: rgb(98,20,90); }

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

background-color css

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

 a { background-color: rgb(98,20,90); }

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

border-color css

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

 span { border-color: rgb(98,20,90); }

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