#620132

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

Shades of Tyrian Purple #620132

Tints of Tyrian Purple #620132

Color information

#620132 (or 0x620132) is unknown color: approx Tyrian Purple. HEX triplet: 62, 01 and 32. RGB value is (98,1,50). Sum of RGB (Red+Green+Blue) = 98+1+50=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #620132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620132 is #9DFECD. Grayscale: #232323. Windows color (decimal): -10354382 or 3277154. OLE color: 3277154.

HSL color Cylindrical-coordinate representation of color #620132: hue angle of 329.69º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620132 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB98150-
CMYK00.990.490.62
HSL329.69º97.98%19.41%-
HSV(B)329.69º98.98%38.43%-
XYZ5.622.853.27-
YUV35.59136.14172.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.77%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 50 (19.92% from 255) = 33.56%
R=65.77%
G=0.67%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9815000.990.490.62329.6997.9819.41
Hex62132063313E14a6213
Octal1421620143617651214223
Binary1100010111001001100011110001111110101001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620132; }

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

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

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

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

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

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

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

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