#620F40

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

Shades of Tyrian Purple #620F40

Tints of Tyrian Purple #620F40

Color information

#620F40 (or 0x620F40) is unknown color: approx Tyrian Purple. HEX triplet: 62, 0F and 40. RGB value is (98,15,64). Sum of RGB (Red+Green+Blue) = 98+15+64=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #620F40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F40 is #9DF0BF. Grayscale: #2D2D2D. Windows color (decimal): -10350784 or 4198242. OLE color: 4198242.

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

Color convert

RGB981564-
CMYK00.850.350.62
HSL324.58º73.45%22.16%-
HSV(B)324.58º84.69%38.43%-
XYZ6.133.315.17-
YUV45.4138.5165.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.37%
GREEN value IS 15 (6.25% from 255) = 8.47%
BLUE value IS 64 (25.39% from 255) = 36.16%
R=55.37%
G=8.47%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98156400.850.350.62324.5873.4522.16
Hex62F40055233E1454916
Octal142171000125437650511126
Binary11000101111100000001010101100011111110101000101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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