#620c4f

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

Shades of Tyrian Purple #620C4F

Tints of Tyrian Purple #620C4F

Color information

#620C4F (or 0x620C4F) is unknown color: approx Tyrian Purple. HEX triplet: 62, 0C and 4F. RGB value is (98,12,79). Sum of RGB (Red+Green+Blue) = 98+12+79=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #620C4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C4F is #9DF3B0. Grayscale: #2D2D2D. Windows color (decimal): -10351537 or 5180514. OLE color: 5180514.

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

Color convert

RGB981279-
CMYK00.880.190.62
HSL313.26º78.18%21.57%-
HSV(B)313.26º87.76%38.43%-
XYZ6.583.427.71-
YUV45.35146.99165.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.85%
GREEN value IS 12 (5.08% from 255) = 6.35%
BLUE value IS 79 (31.25% from 255) = 41.80%
R=51.85%
G=6.35%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98127900.880.190.62313.2678.1821.57
Hex62C4F058133E1394e16
Octal142141170130237647111626
Binary1100010110010011110101100010011111110100111001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620c4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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