Html Css Color HEX #601148 Tyrian Purple

📋 copy color: '#601148'

red 96 ◦ green 17 ◦ blue 72

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

Shades of Tyrian Purple #601148

Tints of Tyrian Purple #601148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.19%

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

R = 51.89%
G = 9.19%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#601148 (or 0x601148) is known color: Tyrian Purple. HEX triplet: 60, 11 and 48. RGB value is (96,17,72). Sum of RGB (Red+Green+Blue) = 96+17+72=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #601148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601148 is #9FEEB7. Grayscale: #2E2E2E. Windows color (decimal): -10481336 or 4723040. OLE color: 4723040.

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

Color convert

RGB 96 17 72 -
CMYK 0 0.82 0.25 0.62
HSL 318.23º 0.7% 0.22% -
HSV(B) 318.23º 0.82% 0.38% -
XYZ 6.19 3.36 6.45 -
YUV 46.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 96 17 72 0 0.82 0.25 0.62 318.23 0.7 0.22
Hex 60 11 48 0 52 19 3E 13E 46 16
Octal 140 21 110 0 122 31 76 476 106 26
Binary 1100000 10001 1001000 0 1010010 11001 111110 100111110 1000110 10110

Color Harmonies of #601148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601148

Black with #601148

Text Example


Text Example

White with #601148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601148; }

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

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

background-color css

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

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

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

border-color css

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

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

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