#620746

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

Shades of Tyrian Purple #620746

Tints of Tyrian Purple #620746

Color information

#620746 (or 0x620746) is unknown color: approx Tyrian Purple. HEX triplet: 62, 07 and 46. RGB value is (98,7,70). Sum of RGB (Red+Green+Blue) = 98+7+70=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #620746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620746 is #9DF8B9. Grayscale: #292929. Windows color (decimal): -10352826 or 4589410. OLE color: 4589410.

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

Color convert

RGB98770-
CMYK00.930.290.62
HSL318.46º86.67%20.59%-
HSV(B)318.46º92.86%38.43%-
XYZ6.223.196.08-
YUV41.39144.15168.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 70 (27.73% from 255) = 40%
R=56%
G=4%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9877000.930.290.62318.4686.6720.59
Hex6274605D1D3E13e5715
Octal14271060135357647612725
Binary110001011110001100101110111101111110100111110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620746; }

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

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

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

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

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

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

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

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