#620C4D

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

Shades of Tyrian Purple #620C4D

Tints of Tyrian Purple #620C4D

Color information

#620C4D (or 0x620C4D) is unknown color: approx Tyrian Purple. HEX triplet: 62, 0C and 4D. RGB value is (98,12,77). Sum of RGB (Red+Green+Blue) = 98+12+77=187 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.41% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 98 - color contains mainly: red. Hex color #620C4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C4D is #9DF3B2. Grayscale: #2C2C2C. Windows color (decimal): -10351539 or 5049442. OLE color: 5049442.

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

Color convert

RGB981277-
CMYK00.880.210.62
HSL314.65º78.18%21.57%-
HSV(B)314.65º87.76%38.43%-
XYZ6.513.47.33-
YUV45.12145.99165.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.41%
GREEN value IS 12 (5.08% from 255) = 6.42%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=52.41%
G=6.42%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98127700.880.210.62314.6578.1821.57
Hex62C4D058153E13b4e16
Octal142141150130257647311626
Binary1100010110010011010101100010101111110100111011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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