#620137

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

Shades of Tyrian Purple #620137

Tints of Tyrian Purple #620137

Color information

#620137 (or 0x620137) is unknown color: approx Tyrian Purple. HEX triplet: 62, 01 and 37. RGB value is (98,1,55). Sum of RGB (Red+Green+Blue) = 98+1+55=154 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.64% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 98 - color contains mainly: red. Hex color #620137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620137 is #9DFEC8. Grayscale: #242424. Windows color (decimal): -10354377 or 3604834. OLE color: 3604834.

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

Color convert

RGB98155-
CMYK00.990.440.62
HSL326.6º97.98%19.41%-
HSV(B)326.6º98.98%38.43%-
XYZ5.742.893.87-
YUV36.16138.64172.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 63.64%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 55 (21.88% from 255) = 35.71%
R=63.64%
G=0.65%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9815500.990.440.62326.697.9819.41
Hex621370632C3E1476213
Octal1421670143547650714223
Binary1100010111011101100011101100111110101000111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620137; }

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

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

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

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

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

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

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

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