#620732

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

Shades of Tyrian Purple #620732

Tints of Tyrian Purple #620732

Color information

#620732 (or 0x620732) is unknown color: approx Tyrian Purple. HEX triplet: 62, 07 and 32. RGB value is (98,7,50). Sum of RGB (Red+Green+Blue) = 98+7+50=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #620732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620732 is #9DF8CD. Grayscale: #272727. Windows color (decimal): -10352846 or 3278690. OLE color: 3278690.

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

Color convert

RGB98750-
CMYK00.930.490.62
HSL331.65º86.67%20.59%-
HSV(B)331.65º92.86%38.43%-
XYZ5.692.983.29-
YUV39.11134.15170-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 63.23%
GREEN value IS 7 (3.12% from 255) = 4.52%
BLUE value IS 50 (19.92% from 255) = 32.26%
R=63.23%
G=4.52%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9875000.930.490.62331.6586.6720.59
Hex6273205D313E14c5715
Octal1427620135617651412725
Binary110001011111001001011101110001111110101001100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620732; }

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

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

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

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

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

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

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

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