#620352

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

Shades of Tyrian Purple #620352

Tints of Tyrian Purple #620352

Color information

#620352 (or 0x620352) is unknown color: approx Tyrian Purple. HEX triplet: 62, 03 and 52. RGB value is (98,3,82). Sum of RGB (Red+Green+Blue) = 98+3+82=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #620352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620352 is #9DFCAD. Grayscale: #282828. Windows color (decimal): -10353838 or 5374818. OLE color: 5374818.

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

Color convert

RGB98382-
CMYK00.970.160.62
HSL310.11º94.06%19.8%-
HSV(B)310.11º96.94%38.43%-
XYZ6.593.278.27-
YUV40.41151.47169.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.55%
GREEN value IS 3 (1.56% from 255) = 1.64%
BLUE value IS 82 (32.42% from 255) = 44.81%
R=53.55%
G=1.64%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9838200.970.160.62310.1194.0619.8
Hex62352061103E1365e14
Octal14231220141207646613624
Binary11000101110100100110000110000111110100110110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620352; }

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

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

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

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

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

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

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

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