Html Css Color HEX #62165A Palatinate Purple

📋 copy color: '#62165A'

red 98 ◦ green 22 ◦ blue 90

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

Shades of Palatinate Purple #62165A

Tints of Palatinate Purple #62165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.48%

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

R = 46.67%
G = 10.48%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#62165A (or 0x62165A) is known color: Palatinate Purple. HEX triplet: 62, 16 and 5A. RGB value is (98,22,90). Sum of RGB (Red+Green+Blue) = 98+22+90=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #62165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62165A is #9DE9A5. Grayscale: #343434. Windows color (decimal): -10348966 or 5903970. OLE color: 5903970.

HSL color Cylindrical-coordinate representation of color #62165A: hue angle of 306.32º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #62165A is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 22 90 -
CMYK 0 0.78 0.08 0.62
HSL 306.32º 0.63% 0.24% -
HSV(B) 306.32º 0.78% 0.38% -
XYZ 7.17 3.91 10.05 -
YUV 52.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 98 22 90 0 0.78 0.08 0.62 306.32 0.63 0.24
Hex 62 16 5A 0 4E 8 3E 132 3F 18
Octal 142 26 132 0 116 10 76 462 77 30
Binary 1100010 10110 1011010 0 1001110 1000 111110 100110010 111111 11000

Color Harmonies of #62165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62165A

Black with #62165A

Text Example


Text Example

White with #62165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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