Html Css Color HEX #601045 Tyrian Purple

📋 copy color: '#601045'

red 96 ◦ green 16 ◦ blue 69

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

Shades of Tyrian Purple #601045

Tints of Tyrian Purple #601045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 38.12%

R = 53.04%
G = 8.84%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#601045 (or 0x601045) is known color: Tyrian Purple. HEX triplet: 60, 10 and 45. RGB value is (96,16,69). Sum of RGB (Red+Green+Blue) = 96+16+69=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #601045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601045 is #9FEFBA. Grayscale: #2D2D2D. Windows color (decimal): -10481595 or 4526176. OLE color: 4526176.

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

Color convert

RGB 96 16 69 -
CMYK 0 0.83 0.28 0.62
HSL 320.25º 0.71% 0.22% -
HSV(B) 320.25º 0.83% 0.38% -
XYZ 6.08 3.29 5.94 -
YUV 45.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 96 16 69 0 0.83 0.28 0.62 320.25 0.71 0.22
Hex 60 10 45 0 53 1C 3E 140 47 16
Octal 140 20 105 0 123 34 76 500 107 26
Binary 1100000 10000 1000101 0 1010011 11100 111110 101000000 1000111 10110

Color Harmonies of #601045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601045

Black with #601045

Text Example


Text Example

White with #601045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601045; }

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

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

background-color css

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

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

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

border-color css

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

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

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