#620A3F

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

Shades of Tyrian Purple #620A3F

Tints of Tyrian Purple #620A3F

Color information

#620A3F (or 0x620A3F) is unknown color: approx Tyrian Purple. HEX triplet: 62, 0A and 3F. RGB value is (98,10,63). Sum of RGB (Red+Green+Blue) = 98+10+63=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #620A3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620A3F is #9DF5C0. Grayscale: #2A2A2A. Windows color (decimal): -10352065 or 4131426. OLE color: 4131426.

HSL color Cylindrical-coordinate representation of color #620A3F: hue angle of 323.86º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620A3F is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB981063-
CMYK00.900.360.62
HSL323.86º81.48%21.18%-
HSV(B)323.86º89.8%38.43%-
XYZ6.043.175-
YUV42.35139.65167.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.31%
GREEN value IS 10 (4.30% from 255) = 5.85%
BLUE value IS 63 (25% from 255) = 36.84%
R=57.31%
G=5.85%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98106300.900.360.62323.8681.4821.18
Hex62A3F05A243E1445115
Octal14212770132447650412125
Binary1100010101011111101011010100100111110101000100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,10,63); }

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

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

 a { background-color: rgb(98,10,63); }

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

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

 span { border-color: rgb(98,10,63); }

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