#620427

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

Shades of Tyrian Purple #620427

Tints of Tyrian Purple #620427

Color information

#620427 (or 0x620427) is unknown color: approx Tyrian Purple. HEX triplet: 62, 04 and 27. RGB value is (98,4,39). Sum of RGB (Red+Green+Blue) = 98+4+39=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #620427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620427 is #9DFBD8. Grayscale: #242424. Windows color (decimal): -10353625 or 2557026. OLE color: 2557026.

HSL color Cylindrical-coordinate representation of color #620427: hue angle of 337.66º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620427 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB98439-
CMYK00.960.600.62
HSL337.66º92.16%20%-
HSV(B)337.66º95.92%38.43%-
XYZ5.452.832.18-
YUV36.1129.64172.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.50%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 39 (15.62% from 255) = 27.66%
R=69.50%
G=2.84%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9843900.960.600.62337.6692.1620
Hex624270603C3E1525c14
Octal1424470140747652213424
Binary110001010010011101100000111100111110101010010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620427; }

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

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

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

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

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

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

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

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