Html Css Color HEX #62006F Purple

📋 copy color: '#62006F'

red 98 ◦ green 0 ◦ blue 111

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

Shades of Purple #62006F

Tints of Purple #62006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 111 (43.75% from 255) = 53.11%

R = 46.89%
G = 0%
B = 53.11%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#62006F (or 0x62006F) is known color: Purple. HEX triplet: 62, 00 and 6F. RGB value is (98,0,111). Sum of RGB (Red+Green+Blue) = 98+0+111=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #62006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62006F is #9DFF90. Grayscale: #292929. Windows color (decimal): -10354577 or 7274594. OLE color: 7274594.

HSL color Cylindrical-coordinate representation of color #62006F: hue angle of 292.97º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62006F is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 0 111 -
CMYK 0.12 1 0 0.56
HSL 292.97º 1% 0.22% -
HSV(B) 292.97º 1% 0.44% -
XYZ 7.91 3.74 15.34 -
YUV 41.96 166.97 167.97 -
System Red Green Blue C M Y K H S L
Decimal 98 0 111 0.12 1 0 0.56 292.97 1 0.22
Hex 62 0 6F C 64 0 38 125 64 16
Octal 142 0 157 14 144 0 70 445 144 26
Binary 1100010 0 1101111 1100 1100100 0 111000 100100101 1100100 10110

Color Harmonies of #62006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62006F

Black with #62006F

Text Example


Text Example

White with #62006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62006F; }

 p { color: rgb(98,0,111); }

 H1.HeaderClassName
 {
   color: #62006F;
 }
 .AnyTagClassName
 {
   color: #62006F;
 }
</style>

background-color css

<style>
 a { background-color: #62006F; }

 a { background-color: rgb(98,0,111); }

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

border-color css

<style>
 span { border-color: #62006F; }

 span { border-color: rgb(98,0,111); }

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