Html Css Color HEX #62066A Purple

📋 copy color: '#62066A'

red 98 ◦ green 6 ◦ blue 106

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

Shades of Purple #62066A

Tints of Purple #62066A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.86%

 BLUE value IS 106 (41.8% from 255) = 50.48%

R = 46.67%
G = 2.86%
B = 50.48%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#62066A (or 0x62066A) is known color: Purple. HEX triplet: 62, 06 and 6A. RGB value is (98,6,106). Sum of RGB (Red+Green+Blue) = 98+6+106=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #62066A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62066A is #9DF995. Grayscale: #2C2C2C. Windows color (decimal): -10353046 or 6948450. OLE color: 6948450.

HSL color Cylindrical-coordinate representation of color #62066A: hue angle of 295.2º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62066A is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 98 6 106 -
CMYK 0.08 0.94 0 0.58
HSL 295.2º 0.89% 0.22% -
HSV(B) 295.2º 0.94% 0.42% -
XYZ 7.7 3.77 13.96 -
YUV 44.91 162.48 165.87 -
System Red Green Blue C M Y K H S L
Decimal 98 6 106 0.08 0.94 0 0.58 295.2 0.89 0.22
Hex 62 6 6A 8 5E 0 3A 127 59 16
Octal 142 6 152 10 136 0 72 447 131 26
Binary 1100010 110 1101010 1000 1011110 0 111010 100100111 1011001 10110

Color Harmonies of #62066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62066A

Black with #62066A

Text Example


Text Example

White with #62066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62066A; }

 p { color: rgb(98,6,106); }

 H1.HeaderClassName
 {
   color: #62066A;
 }
 .AnyTagClassName
 {
   color: #62066A;
 }
</style>

background-color css

<style>
 a { background-color: #62066A; }

 a { background-color: rgb(98,6,106); }

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

border-color css

<style>
 span { border-color: #62066A; }

 span { border-color: rgb(98,6,106); }

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