Html Css Color HEX #601234 Tyrian Purple

📋 copy color: '#601234'

red 96 ◦ green 18 ◦ blue 52

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

Shades of Tyrian Purple #601234

Tints of Tyrian Purple #601234

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.84%

 BLUE value IS 52 (20.7% from 255) = 31.33%

R = 57.83%
G = 10.84%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#601234 (or 0x601234) is known color: Tyrian Purple. HEX triplet: 60, 12 and 34. RGB value is (96,18,52). Sum of RGB (Red+Green+Blue) = 96+18+52=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #601234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601234 is #9FEDCB. Grayscale: #2D2D2D. Windows color (decimal): -10481100 or 3412576. OLE color: 3412576.

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

Color convert

RGB 96 18 52 -
CMYK 0 0.81 0.46 0.62
HSL 333.85º 0.68% 0.22% -
HSV(B) 333.85º 0.81% 0.38% -
XYZ 5.66 3.17 3.56 -
YUV 45.2 131.84 164.24 -
System Red Green Blue C M Y K H S L
Decimal 96 18 52 0 0.81 0.46 0.62 333.85 0.68 0.22
Hex 60 12 34 0 51 2E 3E 14E 44 16
Octal 140 22 64 0 121 56 76 516 104 26
Binary 1100000 10010 110100 0 1010001 101110 111110 101001110 1000100 10110

Color Harmonies of #601234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601234

Black with #601234

Text Example


Text Example

White with #601234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601234; }

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

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

background-color css

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

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

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

border-color css

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

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

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