#620D2D

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

Shades of Tyrian Purple #620D2D

Tints of Tyrian Purple #620D2D

Color information

#620D2D (or 0x620D2D) is unknown color: approx Tyrian Purple. HEX triplet: 62, 0D and 2D. RGB value is (98,13,45). Sum of RGB (Red+Green+Blue) = 98+13+45=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #620D2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620D2D is #9DF2D2. Grayscale: #2A2A2A. Windows color (decimal): -10351315 or 2952546. OLE color: 2952546.

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

Color convert

RGB981345-
CMYK00.870.540.62
HSL337.41º76.58%21.76%-
HSV(B)337.41º86.73%38.43%-
XYZ5.653.072.78-
YUV42.06129.66167.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.82%
GREEN value IS 13 (5.47% from 255) = 8.33%
BLUE value IS 45 (17.97% from 255) = 28.85%
R=62.82%
G=8.33%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98134500.870.540.62337.4176.5821.76
Hex62D2D057363E1514d16
Octal14215550127667652111526
Binary1100010110110110101010111110110111110101010001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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