#620C42

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

Shades of Tyrian Purple #620C42

Tints of Tyrian Purple #620C42

Color information

#620C42 (or 0x620C42) is unknown color: approx Tyrian Purple. HEX triplet: 62, 0C and 42. RGB value is (98,12,66). Sum of RGB (Red+Green+Blue) = 98+12+66=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #620C42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C42 is #9DF3BD. Grayscale: #2B2B2B. Windows color (decimal): -10351550 or 4328546. OLE color: 4328546.

HSL color Cylindrical-coordinate representation of color #620C42: hue angle of 322.33º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620C42 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB981266-
CMYK00.880.330.62
HSL322.33º78.18%21.57%-
HSV(B)322.33º87.76%38.43%-
XYZ6.153.255.46-
YUV43.87140.49166.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.68%
GREEN value IS 12 (5.08% from 255) = 6.82%
BLUE value IS 66 (26.17% from 255) = 37.5%
R=55.68%
G=6.82%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98126600.880.330.62322.3378.1821.57
Hex62C42058213E1424e16
Octal142141020130417650211626
Binary11000101100100001001011000100001111110101000010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,12,66); }

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

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

 a { background-color: rgb(98,12,66); }

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

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

 span { border-color: rgb(98,12,66); }

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