Html Css Color HEX #620066 Purple

📋 copy color: '#620066'

red 98 ◦ green 0 ◦ blue 102

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

Shades of Purple #620066

Tints of Purple #620066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 51%

R = 49%
G = 0%
B = 51%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#620066 (or 0x620066) is known color: Purple. HEX triplet: 62, 00 and 66. RGB value is (98,0,102). Sum of RGB (Red+Green+Blue) = 98+0+102=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #620066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620066 is #9DFF99. Grayscale: #282828. Windows color (decimal): -10354586 or 6684770. OLE color: 6684770.

HSL color Cylindrical-coordinate representation of color #620066: hue angle of 297.65º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #620066 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 98 0 102 -
CMYK 0.04 1 0 0.6
HSL 297.65º 1% 0.2% -
HSV(B) 297.65º 1% 0.4% -
XYZ 7.44 3.56 12.86 -
YUV 40.93 162.47 168.71 -
System Red Green Blue C M Y K H S L
Decimal 98 0 102 0.04 1 0 0.6 297.65 1 0.2
Hex 62 0 66 4 64 0 3C 12A 64 14
Octal 142 0 146 4 144 0 74 452 144 24
Binary 1100010 0 1100110 100 1100100 0 111100 100101010 1100100 10100

Color Harmonies of #620066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620066

Black with #620066

Text Example


Text Example

White with #620066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620066; }

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

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

background-color css

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

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

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

border-color css

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

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

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