#620672

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

Shades of Purple #620672

Tints of Purple #620672

Color information

#620672 (or 0x620672) is unknown color: approx Purple. HEX triplet: 62, 06 and 72. RGB value is (98,6,114). Sum of RGB (Red+Green+Blue) = 98+6+114=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #620672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620672 is #9DF98D. Grayscale: #2D2D2D. Windows color (decimal): -10353038 or 7472738. OLE color: 7472738.

HSL color Cylindrical-coordinate representation of color #620672: hue angle of 291.11º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620672 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB986114-
CMYK0.140.9500.55
HSL291.11º90%23.53%-
HSV(B)291.11º94.74%44.71%-
XYZ8.143.9416.25-
YUV45.82166.48165.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.95%
GREEN value IS 6 (2.73% from 255) = 2.75%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=44.95%
G=2.75%
B=52.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9861140.140.9500.55291.119023.53
Hex62672E5F0371235a18
Octal14261621613706744313230
Binary11000101101110010111010111110110111100100011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620672; }

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

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

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

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

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

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

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

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