#600448

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

Shades of Tyrian Purple #600448

Tints of Tyrian Purple #600448

Color information

#600448 (or 0x600448) is unknown color: approx Tyrian Purple. HEX triplet: 60, 04 and 48. RGB value is (96,4,72). Sum of RGB (Red+Green+Blue) = 96+4+72=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #600448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600448 is #9FFBB7. Grayscale: #272727. Windows color (decimal): -10484664 or 4719712. OLE color: 4719712.

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

Color convert

RGB96472-
CMYK00.960.250.62
HSL315.65º92%19.61%-
HSV(B)315.65º95.83%37.65%-
XYZ6.043.046.4-
YUV39.26146.48168.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.81%
GREEN value IS 4 (1.95% from 255) = 2.33%
BLUE value IS 72 (28.52% from 255) = 41.86%
R=55.81%
G=2.33%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9647200.960.250.62315.659219.61
Hex60448060193E13c5c14
Octal14041100140317647413424
Binary110000010010010000110000011001111110100111100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600448; }

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

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

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

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

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

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

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

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