#620340

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

Shades of Tyrian Purple #620340

Tints of Tyrian Purple #620340

Color information

#620340 (or 0x620340) is unknown color: approx Tyrian Purple. HEX triplet: 62, 03 and 40. RGB value is (98,3,64). Sum of RGB (Red+Green+Blue) = 98+3+64=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #620340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620340 is #9DFCBF. Grayscale: #262626. Windows color (decimal): -10353856 or 4195170. OLE color: 4195170.

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

Color convert

RGB98364-
CMYK00.970.350.62
HSL321.47º94.06%19.8%-
HSV(B)321.47º96.94%38.43%-
XYZ5.993.035.12-
YUV38.36142.47170.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.39%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 64 (25.39% from 255) = 38.79%
R=59.39%
G=1.82%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9836400.970.350.62321.4794.0619.8
Hex62340061233E1415e14
Octal14231000141437650113624
Binary110001011100000001100001100011111110101000001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620340; }

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

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

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

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

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

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

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

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