#600425

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

Shades of Tyrian Purple #600425

Tints of Tyrian Purple #600425

Color information

#600425 (or 0x600425) is unknown color: approx Tyrian Purple. HEX triplet: 60, 04 and 25. RGB value is (96,4,37). Sum of RGB (Red+Green+Blue) = 96+4+37=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #600425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600425 is #9FFBDA. Grayscale: #232323. Windows color (decimal): -10484699 or 2425952. OLE color: 2425952.

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

Color convert

RGB96437-
CMYK00.960.610.62
HSL338.48º92%19.61%-
HSV(B)338.48º95.83%37.65%-
XYZ5.22.712-
YUV35.27128.98171.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 70.07%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 37 (14.84% from 255) = 27.01%
R=70.07%
G=2.92%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9643700.960.610.62338.489219.61
Hex604250603D3E1525c14
Octal1404450140757652213424
Binary110000010010010101100000111101111110101010010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600425; }

 p { color: rgb(96,4,37); }

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

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

 a { background-color: rgb(96,4,37); }

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

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

 span { border-color: rgb(96,4,37); }

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