Html Css Color HEX #60012F Tyrian Purple

📋 copy color: '#60012F'

red 96 ◦ green 1 ◦ blue 47

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

Shades of Tyrian Purple #60012F

Tints of Tyrian Purple #60012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 32.64%

R = 66.67%
G = 0.69%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#60012F (or 0x60012F) is known color: Tyrian Purple. HEX triplet: 60, 01 and 2F. RGB value is (96,1,47). Sum of RGB (Red+Green+Blue) = 96+1+47=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #60012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60012F is #9FFED0. Grayscale: #222222. Windows color (decimal): -10485457 or 3080544. OLE color: 3080544.

HSL color Cylindrical-coordinate representation of color #60012F: hue angle of 330.95º 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 #60012F is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 1 47 -
CMYK 0 0.99 0.51 0.62
HSL 330.95º 0.98% 0.19% -
HSV(B) 330.95º 0.99% 0.38% -
XYZ 5.35 2.71 2.93 -
YUV 34.65 134.97 171.76 -
System Red Green Blue C M Y K H S L
Decimal 96 1 47 0 0.99 0.51 0.62 330.95 0.98 0.19
Hex 60 1 2F 0 63 33 3E 14B 62 13
Octal 140 1 57 0 143 63 76 513 142 23
Binary 1100000 1 101111 0 1100011 110011 111110 101001011 1100010 10011

Color Harmonies of #60012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60012F

Black with #60012F

Text Example


Text Example

White with #60012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60012F; }

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

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

background-color css

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

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

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

border-color css

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

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

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