#620C4A

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

Shades of Tyrian Purple #620C4A

Tints of Tyrian Purple #620C4A

Color information

#620C4A (or 0x620C4A) is unknown color: approx Tyrian Purple. HEX triplet: 62, 0C and 4A. RGB value is (98,12,74). Sum of RGB (Red+Green+Blue) = 98+12+74=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #620C4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C4A is #9DF3B5. Grayscale: #2C2C2C. Windows color (decimal): -10351542 or 4852834. OLE color: 4852834.

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

Color convert

RGB981274-
CMYK00.880.240.62
HSL316.74º78.18%21.57%-
HSV(B)316.74º87.76%38.43%-
XYZ6.43.356.79-
YUV44.78144.49165.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.26%
GREEN value IS 12 (5.08% from 255) = 6.52%
BLUE value IS 74 (29.30% from 255) = 40.22%
R=53.26%
G=6.52%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98127400.880.240.62316.7478.1821.57
Hex62C4A058183E13d4e16
Octal142141120130307647511626
Binary1100010110010010100101100011000111110100111101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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