Html Css Color HEX #60013A Tyrian Purple

📋 copy color: '#60013A'

red 96 ◦ green 1 ◦ blue 58

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

Shades of Tyrian Purple #60013A

Tints of Tyrian Purple #60013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 58 (23.05% from 255) = 37.42%

R = 61.94%
G = 0.65%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#60013A (or 0x60013A) is known color: Tyrian Purple. HEX triplet: 60, 01 and 3A. RGB value is (96,1,58). Sum of RGB (Red+Green+Blue) = 96+1+58=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #60013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60013A is #9FFEC5. Grayscale: #232323. Windows color (decimal): -10485446 or 3801440. OLE color: 3801440.

HSL color Cylindrical-coordinate representation of color #60013A: hue angle of 324º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60013A is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 1 58 -
CMYK 0 0.99 0.40 0.62
HSL 324º 0.98% 0.19% -
HSV(B) 324º 0.99% 0.38% -
XYZ 5.6 2.81 4.25 -
YUV 35.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 96 1 58 0 0.99 0.40 0.62 324 0.98 0.19
Hex 60 1 3A 0 63 28 3E 144 62 13
Octal 140 1 72 0 143 50 76 504 142 23
Binary 1100000 1 111010 0 1100011 101000 111110 101000100 1100010 10011

Color Harmonies of #60013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60013A

Black with #60013A

Text Example


Text Example

White with #60013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60013A; }

 p { color: rgb(96,1,58); }

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

background-color css

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

 a { background-color: rgb(96,1,58); }

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

border-color css

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

 span { border-color: rgb(96,1,58); }

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