#620F3D

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

Shades of Tyrian Purple #620F3D

Tints of Tyrian Purple #620F3D

Color information

#620F3D (or 0x620F3D) is unknown color: approx Tyrian Purple. HEX triplet: 62, 0F and 3D. RGB value is (98,15,61). Sum of RGB (Red+Green+Blue) = 98+15+61=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #620F3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F3D is #9DF0C2. Grayscale: #2C2C2C. Windows color (decimal): -10350787 or 4001634. OLE color: 4001634.

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

Color convert

RGB981561-
CMYK00.850.380.62
HSL326.75º73.45%22.16%-
HSV(B)326.75º84.69%38.43%-
XYZ6.053.284.73-
YUV45.06137165.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.32%
GREEN value IS 15 (6.25% from 255) = 8.62%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=56.32%
G=8.62%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98156100.850.380.62326.7573.4522.16
Hex62F3D055263E1474916
Octal14217750125467650711126
Binary1100010111111110101010101100110111110101000111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,15,61); }

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

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

 a { background-color: rgb(98,15,61); }

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

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

 span { border-color: rgb(98,15,61); }

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