#620F30

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

Shades of Tyrian Purple #620F30

Tints of Tyrian Purple #620F30

Color information

#620F30 (or 0x620F30) is unknown color: approx Tyrian Purple. HEX triplet: 62, 0F and 30. RGB value is (98,15,48). Sum of RGB (Red+Green+Blue) = 98+15+48=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #620F30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F30 is #9DF0CF. Grayscale: #2B2B2B. Windows color (decimal): -10350800 or 3149666. OLE color: 3149666.

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

Color convert

RGB981548-
CMYK00.850.510.62
HSL336.14º73.45%22.16%-
HSV(B)336.14º84.69%38.43%-
XYZ5.743.153.1-
YUV43.58130.5166.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.87%
GREEN value IS 15 (6.25% from 255) = 9.32%
BLUE value IS 48 (19.14% from 255) = 29.81%
R=60.87%
G=9.32%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98154800.850.510.62336.1473.4522.16
Hex62F30055333E1504916
Octal14217600125637652011126
Binary1100010111111000001010101110011111110101010000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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