#620568

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

Shades of Purple #620568

Tints of Purple #620568

Color information

#620568 (or 0x620568) is unknown color: approx Purple. HEX triplet: 62, 05 and 68. RGB value is (98,5,104). Sum of RGB (Red+Green+Blue) = 98+5+104=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #620568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620568 is #9DFA97. Grayscale: #2B2B2B. Windows color (decimal): -10353304 or 6817122. OLE color: 6817122.

HSL color Cylindrical-coordinate representation of color #620568: hue angle of 296.36º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620568 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB985104-
CMYK0.060.9500.59
HSL296.36º90.83%21.37%-
HSV(B)296.36º95.19%40.78%-
XYZ7.593.713.41-
YUV44.09161.81166.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.34%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 104 (41.02% from 255) = 50.24%
R=47.34%
G=2.42%
B=50.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9851040.060.9500.59296.3690.8321.37
Hex6256865F03B1285b15
Octal1425150613707345013325
Binary1100010101110100011010111110111011100101000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620568; }

 p { color: rgb(98,5,104); }

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

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

 a { background-color: rgb(98,5,104); }

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

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

 span { border-color: rgb(98,5,104); }

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