Html Css Color HEX #62116C Palatinate Purple

📋 copy color: '#62116C'

red 98 ◦ green 17 ◦ blue 108

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

Shades of Palatinate Purple #62116C

Tints of Palatinate Purple #62116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.43%

R = 43.95%
G = 7.62%
B = 48.43%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#62116C (or 0x62116C) is known color: Palatinate Purple. HEX triplet: 62, 11 and 6C. RGB value is (98,17,108). Sum of RGB (Red+Green+Blue) = 98+17+108=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #62116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62116C is #9DEE93. Grayscale: #333333. Windows color (decimal): -10350228 or 7082338. OLE color: 7082338.

HSL color Cylindrical-coordinate representation of color #62116C: hue angle of 293.41º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #62116C is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 98 17 108 -
CMYK 0.09 0.84 0 0.58
HSL 293.41º 0.73% 0.25% -
HSV(B) 293.41º 0.84% 0.42% -
XYZ 7.94 4.08 14.56 -
YUV 51.59 159.84 161.1 -
System Red Green Blue C M Y K H S L
Decimal 98 17 108 0.09 0.84 0 0.58 293.41 0.73 0.25
Hex 62 11 6C 9 54 0 3A 125 49 19
Octal 142 21 154 11 124 0 72 445 111 31
Binary 1100010 10001 1101100 1001 1010100 0 111010 100100101 1001001 11001

Color Harmonies of #62116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62116C

Black with #62116C

Text Example


Text Example

White with #62116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62116C; }

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

 H1.HeaderClassName
 {
   color: #62116C;
 }
 .AnyTagClassName
 {
   color: #62116C;
 }
</style>

background-color css

<style>
 a { background-color: #62116C; }

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

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

border-color css

<style>
 span { border-color: #62116C; }

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

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