Html Css Color HEX #62115D Palatinate Purple

📋 copy color: '#62115D'

red 98 ◦ green 17 ◦ blue 93

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

Shades of Palatinate Purple #62115D

Tints of Palatinate Purple #62115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.71%

R = 47.12%
G = 8.17%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#62115D (or 0x62115D) is known color: Palatinate Purple. HEX triplet: 62, 11 and 5D. RGB value is (98,17,93). Sum of RGB (Red+Green+Blue) = 98+17+93=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 98 - color contains mainly: red. Hex color #62115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62115D is #9DEEA2. Grayscale: #313131. Windows color (decimal): -10350243 or 6099298. OLE color: 6099298.

HSL color Cylindrical-coordinate representation of color #62115D: hue angle of 303.7º 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 #62115D is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 17 93 -
CMYK 0 0.83 0.05 0.62
HSL 303.7º 0.7% 0.23% -
HSV(B) 303.7º 0.83% 0.38% -
XYZ 7.21 3.79 10.71 -
YUV 49.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 98 17 93 0 0.83 0.05 0.62 303.7 0.7 0.23
Hex 62 11 5D 0 53 5 3E 130 46 17
Octal 142 21 135 0 123 5 76 460 106 27
Binary 1100010 10001 1011101 0 1010011 101 111110 100110000 1000110 10111

Color Harmonies of #62115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62115D

Black with #62115D

Text Example


Text Example

White with #62115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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