#620629

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

Shades of Tyrian Purple #620629

Tints of Tyrian Purple #620629

Color information

#620629 (or 0x620629) is unknown color: approx Tyrian Purple. HEX triplet: 62, 06 and 29. RGB value is (98,6,41). Sum of RGB (Red+Green+Blue) = 98+6+41=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #620629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620629 is #9DF9D6. Grayscale: #252525. Windows color (decimal): -10353111 or 2688610. OLE color: 2688610.

HSL color Cylindrical-coordinate representation of color #620629: hue angle of 337.17º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620629 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB98641-
CMYK00.940.580.62
HSL337.17º88.46%20.39%-
HSV(B)337.17º93.88%38.43%-
XYZ5.52.892.37-
YUV37.5129.98171.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.59%
GREEN value IS 6 (2.73% from 255) = 4.14%
BLUE value IS 41 (16.41% from 255) = 28.28%
R=67.59%
G=4.14%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9864100.940.580.62337.1788.4620.39
Hex6262905E3A3E1515814
Octal1426510136727652113024
Binary110001011010100101011110111010111110101010001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620629; }

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

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

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

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

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

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

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

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