#620F48

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

Shades of Tyrian Purple #620F48

Tints of Tyrian Purple #620F48

Color information

#620F48 (or 0x620F48) is unknown color: approx Tyrian Purple. HEX triplet: 62, 0F and 48. RGB value is (98,15,72). Sum of RGB (Red+Green+Blue) = 98+15+72=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #620F48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F48 is #9DF0B7. Grayscale: #2E2E2E. Windows color (decimal): -10350776 or 4722530. OLE color: 4722530.

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

Color convert

RGB981572-
CMYK00.850.270.62
HSL318.8º73.45%22.16%-
HSV(B)318.8º84.69%38.43%-
XYZ6.383.416.45-
YUV46.32142.5164.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.97%
GREEN value IS 15 (6.25% from 255) = 8.11%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=52.97%
G=8.11%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98157200.850.270.62318.873.4522.16
Hex62F480551B3E13f4916
Octal142171100125337647711126
Binary1100010111110010000101010111011111110100111111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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