#620646

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

Shades of Tyrian Purple #620646

Tints of Tyrian Purple #620646

Color information

#620646 (or 0x620646) is unknown color: approx Tyrian Purple. HEX triplet: 62, 06 and 46. RGB value is (98,6,70). Sum of RGB (Red+Green+Blue) = 98+6+70=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #620646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620646 is #9DF9B9. Grayscale: #282828. Windows color (decimal): -10353082 or 4589154. OLE color: 4589154.

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

Color convert

RGB98670-
CMYK00.940.290.62
HSL318.26º88.46%20.39%-
HSV(B)318.26º93.88%38.43%-
XYZ6.213.176.08-
YUV40.8144.48168.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.32%
GREEN value IS 6 (2.73% from 255) = 3.45%
BLUE value IS 70 (27.73% from 255) = 40.23%
R=56.32%
G=3.45%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9867000.940.290.62318.2688.4620.39
Hex6264605E1D3E13e5814
Octal14261060136357647613024
Binary110001011010001100101111011101111110100111110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620646; }

 p { color: rgb(98,6,70); }

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

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

 a { background-color: rgb(98,6,70); }

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

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

 span { border-color: rgb(98,6,70); }

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