Html Css Color HEX #62076C Purple

📋 copy color: '#62076C'

red 98 ◦ green 7 ◦ blue 108

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

Shades of Purple #62076C

Tints of Purple #62076C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.29%

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

R = 46.01%
G = 3.29%
B = 50.7%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#62076C (or 0x62076C) is known color: Purple. HEX triplet: 62, 07 and 6C. RGB value is (98,7,108). Sum of RGB (Red+Green+Blue) = 98+7+108=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #62076C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62076C is #9DF893. Grayscale: #2D2D2D. Windows color (decimal): -10352788 or 7079778. OLE color: 7079778.

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

Color convert

RGB 98 7 108 -
CMYK 0.09 0.94 0 0.58
HSL 294.06º 0.88% 0.23% -
HSV(B) 294.06º 0.94% 0.42% -
XYZ 7.82 3.83 14.51 -
YUV 45.72 163.15 165.29 -
System Red Green Blue C M Y K H S L
Decimal 98 7 108 0.09 0.94 0 0.58 294.06 0.88 0.23
Hex 62 7 6C 9 5E 0 3A 126 58 17
Octal 142 7 154 11 136 0 72 446 130 27
Binary 1100010 111 1101100 1001 1011110 0 111010 100100110 1011000 10111

Color Harmonies of #62076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62076C

Black with #62076C

Text Example


Text Example

White with #62076C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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