#620354

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

Shades of Tyrian Purple #620354

Tints of Tyrian Purple #620354

Color information

#620354 (or 0x620354) is unknown color: approx Tyrian Purple. HEX triplet: 62, 03 and 54. RGB value is (98,3,84). Sum of RGB (Red+Green+Blue) = 98+3+84=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #620354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620354 is #9DFCAB. Grayscale: #282828. Windows color (decimal): -10353836 or 5505890. OLE color: 5505890.

HSL color Cylindrical-coordinate representation of color #620354: hue angle of 308.84º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620354 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB98384-
CMYK00.970.140.62
HSL308.84º94.06%19.8%-
HSV(B)308.84º96.94%38.43%-
XYZ6.673.38.67-
YUV40.64152.47168.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.97%
GREEN value IS 3 (1.56% from 255) = 1.62%
BLUE value IS 84 (33.20% from 255) = 45.41%
R=52.97%
G=1.62%
B=45.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9838400.970.140.62308.8494.0619.8
Hex62354061E3E1355e14
Octal14231240141167646513624
Binary1100010111010100011000011110111110100110101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620354; }

 p { color: rgb(98,3,84); }

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

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

 a { background-color: rgb(98,3,84); }

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

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

 span { border-color: rgb(98,3,84); }

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