Html Css Color HEX #62165B Palatinate Purple

📋 copy color: '#62165B'

red 98 ◦ green 22 ◦ blue 91

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

Shades of Palatinate Purple #62165B

Tints of Palatinate Purple #62165B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.13%

R = 46.45%
G = 10.43%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62165B (or 0x62165B) is known color: Palatinate Purple. HEX triplet: 62, 16 and 5B. RGB value is (98,22,91). Sum of RGB (Red+Green+Blue) = 98+22+91=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #62165B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62165B is #9DE9A4. Grayscale: #343434. Windows color (decimal): -10348965 or 5969506. OLE color: 5969506.

HSL color Cylindrical-coordinate representation of color #62165B: hue angle of 305.53º 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 #62165B is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 22 91 -
CMYK 0 0.78 0.07 0.62
HSL 305.53º 0.63% 0.24% -
HSV(B) 305.53º 0.78% 0.38% -
XYZ 7.21 3.93 10.28 -
YUV 52.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 98 22 91 0 0.78 0.07 0.62 305.53 0.63 0.24
Hex 62 16 5B 0 4E 7 3E 132 3F 18
Octal 142 26 133 0 116 7 76 462 77 30
Binary 1100010 10110 1011011 0 1001110 111 111110 100110010 111111 11000

Color Harmonies of #62165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62165B

Black with #62165B

Text Example


Text Example

White with #62165B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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