#620D48

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

Shades of Tyrian Purple #620D48

Tints of Tyrian Purple #620D48

Color information

#620D48 (or 0x620D48) is unknown color: approx Tyrian Purple. HEX triplet: 62, 0D and 48. RGB value is (98,13,72). Sum of RGB (Red+Green+Blue) = 98+13+72=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #620D48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620D48 is #9DF2B7. Grayscale: #2C2C2C. Windows color (decimal): -10351288 or 4722018. OLE color: 4722018.

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

Color convert

RGB981372-
CMYK00.870.270.62
HSL318.35º76.58%21.76%-
HSV(B)318.35º86.73%38.43%-
XYZ6.353.356.44-
YUV45.14143.16165.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.55%
GREEN value IS 13 (5.47% from 255) = 7.10%
BLUE value IS 72 (28.52% from 255) = 39.34%
R=53.55%
G=7.10%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98137200.870.270.62318.3576.5821.76
Hex62D480571B3E13e4d16
Octal142151100127337647611526
Binary1100010110110010000101011111011111110100111110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,13,72); }

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

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

 a { background-color: rgb(98,13,72); }

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

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

 span { border-color: rgb(98,13,72); }

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