#620127

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

Shades of Tyrian Purple #620127

Tints of Tyrian Purple #620127

Color information

#620127 (or 0x620127) is unknown color: approx Tyrian Purple. HEX triplet: 62, 01 and 27. RGB value is (98,1,39). Sum of RGB (Red+Green+Blue) = 98+1+39=138 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.01% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 98 - color contains mainly: red. Hex color #620127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620127 is #9DFED8. Grayscale: #222222. Windows color (decimal): -10354393 or 2556258. OLE color: 2556258.

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

Color convert

RGB98139-
CMYK00.990.600.62
HSL336.49º97.98%19.41%-
HSV(B)336.49º98.98%38.43%-
XYZ5.412.762.17-
YUV34.34130.64173.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 71.01%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=71.01%
G=0.72%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9813900.990.600.62336.4997.9819.41
Hex621270633C3E1506213
Octal1421470143747652014223
Binary1100010110011101100011111100111110101010000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620127; }

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

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

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

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

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

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

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

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