Html Css Color HEX #62106D Palatinate Purple

📋 copy color: '#62106D'

red 98 ◦ green 16 ◦ blue 109

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

Shades of Palatinate Purple #62106D

Tints of Palatinate Purple #62106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.17%

 BLUE value IS 109 (42.97% from 255) = 48.88%

R = 43.95%
G = 7.17%
B = 48.88%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#62106D (or 0x62106D) is known color: Palatinate Purple. HEX triplet: 62, 10 and 6D. RGB value is (98,16,109). Sum of RGB (Red+Green+Blue) = 98+16+109=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #62106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62106D is #9DEF92. Grayscale: #323232. Windows color (decimal): -10350483 or 7147618. OLE color: 7147618.

HSL color Cylindrical-coordinate representation of color #62106D: hue angle of 292.9º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62106D is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 98 16 109 -
CMYK 0.10 0.85 0 0.57
HSL 292.9º 0.74% 0.25% -
HSV(B) 292.9º 0.85% 0.43% -
XYZ 7.98 4.07 14.83 -
YUV 51.12 160.67 161.44 -
System Red Green Blue C M Y K H S L
Decimal 98 16 109 0.10 0.85 0 0.57 292.9 0.74 0.25
Hex 62 10 6D A 55 0 39 125 4A 19
Octal 142 20 155 12 125 0 71 445 112 31
Binary 1100010 10000 1101101 1010 1010101 0 111001 100100101 1001010 11001

Color Harmonies of #62106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62106D

Black with #62106D

Text Example


Text Example

White with #62106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,16,109); }

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

background-color css

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

 a { background-color: rgb(98,16,109); }

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

border-color css

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

 span { border-color: rgb(98,16,109); }

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