Html Css Color HEX #601048 Tyrian Purple

📋 copy color: '#601048'

red 96 ◦ green 16 ◦ blue 72

#601048
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #601048

Tints of Tyrian Purple #601048

RGB

 RED value IS 96 (37.89% from 255) = 52.17%

 GREEN value IS 16 (6.64% from 255) = 8.7%

 BLUE value IS 72 (28.52% from 255) = 39.13%

R = 52.17%
G = 8.7%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#601048 (or 0x601048) is known color: Tyrian Purple. HEX triplet: 60, 10 and 48. RGB value is (96,16,72). Sum of RGB (Red+Green+Blue) = 96+16+72=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #601048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601048 is #9FEFB7. Grayscale: #2E2E2E. Windows color (decimal): -10481592 or 4722784. OLE color: 4722784.

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

Color convert

RGB 96 16 72 -
CMYK 0 0.83 0.25 0.62
HSL 318º 0.71% 0.22% -
HSV(B) 318º 0.83% 0.38% -
XYZ 6.18 3.33 6.45 -
YUV 46.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 96 16 72 0 0.83 0.25 0.62 318 0.71 0.22
Hex 60 10 48 0 53 19 3E 13E 47 16
Octal 140 20 110 0 123 31 76 476 107 26
Binary 1100000 10000 1001000 0 1010011 11001 111110 100111110 1000111 10110

Color Harmonies of #601048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601048

Black with #601048

Text Example


Text Example

White with #601048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601048; }

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

 H1.HeaderClassName
 {
   color: #601048;
 }
 .AnyTagClassName
 {
   color: #601048;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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