Html Css Color HEX #62096B Palatinate Purple

📋 copy color: '#62096B'

red 98 ◦ green 9 ◦ blue 107

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

Shades of Palatinate Purple #62096B

Tints of Palatinate Purple #62096B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.21%

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

R = 45.79%
G = 4.21%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#62096B (or 0x62096B) is known color: Palatinate Purple. HEX triplet: 62, 09 and 6B. RGB value is (98,9,107). Sum of RGB (Red+Green+Blue) = 98+9+107=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #62096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62096B is #9DF694. Grayscale: #2E2E2E. Windows color (decimal): -10352277 or 7014754. OLE color: 7014754.

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

Color convert

RGB 98 9 107 -
CMYK 0.08 0.92 0 0.58
HSL 294.49º 0.84% 0.23% -
HSV(B) 294.49º 0.92% 0.42% -
XYZ 7.79 3.85 14.24 -
YUV 46.78 161.99 164.53 -
System Red Green Blue C M Y K H S L
Decimal 98 9 107 0.08 0.92 0 0.58 294.49 0.84 0.23
Hex 62 9 6B 8 5C 0 3A 126 54 17
Octal 142 11 153 10 134 0 72 446 124 27
Binary 1100010 1001 1101011 1000 1011100 0 111010 100100110 1010100 10111

Color Harmonies of #62096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62096B

Black with #62096B

Text Example


Text Example

White with #62096B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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