Html Css Color HEX #62006C Purple

📋 copy color: '#62006C'

red 98 ◦ green 0 ◦ blue 108

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

Shades of Purple #62006C

Tints of Purple #62006C

RGB

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

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

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

R = 47.57%
G = 0%
B = 52.43%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#62006C (or 0x62006C) is known color: Purple. HEX triplet: 62, 00 and 6C. RGB value is (98,0,108). Sum of RGB (Red+Green+Blue) = 98+0+108=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #62006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62006C is #9DFF93. Grayscale: #292929. Windows color (decimal): -10354580 or 7077986. OLE color: 7077986.

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

Color convert

RGB 98 0 108 -
CMYK 0.09 1 0 0.58
HSL 294.44º 1% 0.21% -
HSV(B) 294.44º 1% 0.42% -
XYZ 7.74 3.68 14.49 -
YUV 41.61 165.47 168.22 -
System Red Green Blue C M Y K H S L
Decimal 98 0 108 0.09 1 0 0.58 294.44 1 0.21
Hex 62 0 6C 9 64 0 3A 126 64 15
Octal 142 0 154 11 144 0 72 446 144 25
Binary 1100010 0 1101100 1001 1100100 0 111010 100100110 1100100 10101

Color Harmonies of #62006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62006C

Black with #62006C

Text Example


Text Example

White with #62006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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