Html Css Color HEX #62115E Palatinate Purple

📋 copy color: '#62115E'

red 98 ◦ green 17 ◦ blue 94

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

Shades of Palatinate Purple #62115E

Tints of Palatinate Purple #62115E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.13%

 BLUE value IS 94 (37.11% from 255) = 44.98%

R = 46.89%
G = 8.13%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#62115E (or 0x62115E) is known color: Palatinate Purple. HEX triplet: 62, 11 and 5E. RGB value is (98,17,94). Sum of RGB (Red+Green+Blue) = 98+17+94=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #62115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62115E is #9DEEA1. Grayscale: #313131. Windows color (decimal): -10350242 or 6164834. OLE color: 6164834.

HSL color Cylindrical-coordinate representation of color #62115E: hue angle of 302.96º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #62115E is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 17 94 -
CMYK 0 0.83 0.04 0.62
HSL 302.96º 0.7% 0.23% -
HSV(B) 302.96º 0.83% 0.38% -
XYZ 7.26 3.81 10.94 -
YUV 50 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 98 17 94 0 0.83 0.04 0.62 302.96 0.7 0.23
Hex 62 11 5E 0 53 4 3E 12F 46 17
Octal 142 21 136 0 123 4 76 457 106 27
Binary 1100010 10001 1011110 0 1010011 100 111110 100101111 1000110 10111

Color Harmonies of #62115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62115E

Black with #62115E

Text Example


Text Example

White with #62115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62115E; }

 p { color: rgb(98,17,94); }

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

background-color css

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

 a { background-color: rgb(98,17,94); }

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

border-color css

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

 span { border-color: rgb(98,17,94); }

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