#620C41

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

Shades of Tyrian Purple #620C41

Tints of Tyrian Purple #620C41

Color information

#620C41 (or 0x620C41) is unknown color: approx Tyrian Purple. HEX triplet: 62, 0C and 41. RGB value is (98,12,65). Sum of RGB (Red+Green+Blue) = 98+12+65=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #620C41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C41 is #9DF3BE. Grayscale: #2B2B2B. Windows color (decimal): -10351551 or 4263010. OLE color: 4263010.

HSL color Cylindrical-coordinate representation of color #620C41: hue angle of 323.02º 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 #620C41 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB981265-
CMYK00.880.340.62
HSL323.02º78.18%21.57%-
HSV(B)323.02º87.76%38.43%-
XYZ6.123.245.3-
YUV43.76139.99166.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56%
GREEN value IS 12 (5.08% from 255) = 6.86%
BLUE value IS 65 (25.78% from 255) = 37.14%
R=56%
G=6.86%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98126500.880.340.62323.0278.1821.57
Hex62C41058223E1434e16
Octal142141010130427650311626
Binary11000101100100000101011000100010111110101000011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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