Html Css Color HEX #601033 Tyrian Purple

📋 copy color: '#601033'

red 96 ◦ green 16 ◦ blue 51

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

Shades of Tyrian Purple #601033

Tints of Tyrian Purple #601033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 31.29%

R = 58.9%
G = 9.82%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#601033 (or 0x601033) is known color: Tyrian Purple. HEX triplet: 60, 10 and 33. RGB value is (96,16,51). Sum of RGB (Red+Green+Blue) = 96+16+51=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #601033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601033 is #9FEFCC. Grayscale: #2B2B2B. Windows color (decimal): -10481613 or 3346528. OLE color: 3346528.

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

Color convert

RGB 96 16 51 -
CMYK 0 0.83 0.47 0.62
HSL 333.75º 0.71% 0.22% -
HSV(B) 333.75º 0.83% 0.38% -
XYZ 5.61 3.1 3.43 -
YUV 43.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 96 16 51 0 0.83 0.47 0.62 333.75 0.71 0.22
Hex 60 10 33 0 53 2F 3E 14E 47 16
Octal 140 20 63 0 123 57 76 516 107 26
Binary 1100000 10000 110011 0 1010011 101111 111110 101001110 1000111 10110

Color Harmonies of #601033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601033

Black with #601033

Text Example


Text Example

White with #601033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601033; }

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

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

background-color css

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

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

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

border-color css

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

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

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