#620650

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

Shades of Tyrian Purple #620650

Tints of Tyrian Purple #620650

Color information

#620650 (or 0x620650) is unknown color: approx Tyrian Purple. HEX triplet: 62, 06 and 50. RGB value is (98,6,80). Sum of RGB (Red+Green+Blue) = 98+6+80=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #620650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620650 is #9DF9AF. Grayscale: #292929. Windows color (decimal): -10353072 or 5244514. OLE color: 5244514.

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

Color convert

RGB98680-
CMYK00.940.180.62
HSL311.74º88.46%20.39%-
HSV(B)311.74º93.88%38.43%-
XYZ6.553.317.88-
YUV41.94149.48167.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.26%
GREEN value IS 6 (2.73% from 255) = 3.26%
BLUE value IS 80 (31.64% from 255) = 43.48%
R=53.26%
G=3.26%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9868000.940.180.62311.7488.4620.39
Hex6265005E123E1385814
Octal14261200136227647013024
Binary110001011010100000101111010010111110100111000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620650; }

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

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

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

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

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

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

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

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