Html Css Color HEX #62126C Palatinate Purple

📋 copy color: '#62126C'

red 98 ◦ green 18 ◦ blue 108

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

Shades of Palatinate Purple #62126C

Tints of Palatinate Purple #62126C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.04%

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

R = 43.75%
G = 8.04%
B = 48.21%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#62126C (or 0x62126C) is known color: Palatinate Purple. HEX triplet: 62, 12 and 6C. RGB value is (98,18,108). Sum of RGB (Red+Green+Blue) = 98+18+108=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #62126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62126C is #9DED93. Grayscale: #333333. Windows color (decimal): -10349972 or 7082594. OLE color: 7082594.

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

Color convert

RGB 98 18 108 -
CMYK 0.09 0.83 0 0.58
HSL 293.33º 0.71% 0.25% -
HSV(B) 293.33º 0.83% 0.42% -
XYZ 7.96 4.11 14.56 -
YUV 52.18 159.5 160.68 -
System Red Green Blue C M Y K H S L
Decimal 98 18 108 0.09 0.83 0 0.58 293.33 0.71 0.25
Hex 62 12 6C 9 53 0 3A 125 47 19
Octal 142 22 154 11 123 0 72 445 107 31
Binary 1100010 10010 1101100 1001 1010011 0 111010 100100101 1000111 11001

Color Harmonies of #62126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62126C

Black with #62126C

Text Example


Text Example

White with #62126C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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