#620A6F

Color #620A6F Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #620A6F

Tints of Purple #620A6F

Color information

#620A6F (or 0x620A6F) is unknown color: approx Purple. HEX triplet: 62, 0A and 6F. RGB value is (98,10,111). Sum of RGB (Red+Green+Blue) = 98+10+111=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #620A6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620A6F is #9DF590. Grayscale: #2F2F2F. Windows color (decimal): -10352017 or 7277154. OLE color: 7277154.

HSL color Cylindrical-coordinate representation of color #620A6F: hue angle of 292.28º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620A6F is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9810111-
CMYK0.120.9100.56
HSL292.28º83.47%23.73%-
HSV(B)292.28º90.99%43.53%-
XYZ8.013.9615.38-
YUV47.83163.65163.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.75%
GREEN value IS 10 (4.30% from 255) = 4.57%
BLUE value IS 111 (43.75% from 255) = 50.68%
R=44.75%
G=4.57%
B=50.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98101110.120.9100.56292.2883.4723.73
Hex62A6FC5B0381245318
Octal142121571413307044412330
Binary110001010101101111110010110110111000100100100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620A6F; }

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

 H1.HeaderClassName
 {
   color: #620A6F;
 }
 .AnyTagClassName
 {
   color: #620A6F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #620A6F;
 }
 .BgClassName
 {
   background-color: #620A6F;
 }
</style>
border-color css

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

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

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