#601248

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

Shades of Tyrian Purple #601248

Tints of Tyrian Purple #601248

Color information

#601248 (or 0x601248) is unknown color: approx Tyrian Purple. HEX triplet: 60, 12 and 48. RGB value is (96,18,72). Sum of RGB (Red+Green+Blue) = 96+18+72=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #601248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601248 is #9FEDB7. Grayscale: #2F2F2F. Windows color (decimal): -10481080 or 4723296. OLE color: 4723296.

HSL color Cylindrical-coordinate representation of color #601248: hue angle of 318.46º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601248 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB961872-
CMYK00.810.250.62
HSL318.46º68.42%22.35%-
HSV(B)318.46º81.25%37.65%-
XYZ6.213.396.46-
YUV47.48141.84162.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 18 (7.42% from 255) = 9.68%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=51.61%
G=9.68%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96187200.810.250.62318.4668.4222.35
Hex601248051193E13e4416
Octal140221100121317647610426
Binary11000001001010010000101000111001111110100111110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601248; }

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

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

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

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

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

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

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

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