Html Css Color HEX #62106B Palatinate Purple

📋 copy color: '#62106B'

red 98 ◦ green 16 ◦ blue 107

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

Shades of Palatinate Purple #62106B

Tints of Palatinate Purple #62106B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 48.42%

R = 44.34%
G = 7.24%
B = 48.42%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#62106B (or 0x62106B) is known color: Palatinate Purple. HEX triplet: 62, 10 and 6B. RGB value is (98,16,107). Sum of RGB (Red+Green+Blue) = 98+16+107=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #62106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62106B is #9DEF94. Grayscale: #323232. Windows color (decimal): -10350485 or 7016546. OLE color: 7016546.

HSL color Cylindrical-coordinate representation of color #62106B: hue angle of 294.07º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62106B is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 98 16 107 -
CMYK 0.08 0.85 0 0.58
HSL 294.07º 0.74% 0.24% -
HSV(B) 294.07º 0.85% 0.42% -
XYZ 7.88 4.03 14.27 -
YUV 50.89 159.67 161.6 -
System Red Green Blue C M Y K H S L
Decimal 98 16 107 0.08 0.85 0 0.58 294.07 0.74 0.24
Hex 62 10 6B 8 55 0 3A 126 4A 18
Octal 142 20 153 10 125 0 72 446 112 30
Binary 1100010 10000 1101011 1000 1010101 0 111010 100100110 1001010 11000

Color Harmonies of #62106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62106B

Black with #62106B

Text Example


Text Example

White with #62106B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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