Html Css Color HEX #60002F Tyrian Purple

📋 copy color: '#60002F'

red 96 ◦ green 0 ◦ blue 47

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

Shades of Tyrian Purple #60002F

Tints of Tyrian Purple #60002F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.13%
G = 0%
B = 32.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#60002F (or 0x60002F) is known color: Tyrian Purple. HEX triplet: 60, 00 and 2F. RGB value is (96,0,47). Sum of RGB (Red+Green+Blue) = 96+0+47=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #60002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60002F is #9FFFD0. Grayscale: #212121. Windows color (decimal): -10485713 or 3080288. OLE color: 3080288.

HSL color Cylindrical-coordinate representation of color #60002F: hue angle of 330.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60002F is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 0 47 -
CMYK 0 1 0.51 0.62
HSL 330.63º 1% 0.19% -
HSV(B) 330.63º 1% 0.38% -
XYZ 5.34 2.69 2.93 -
YUV 34.06 135.3 172.18 -
System Red Green Blue C M Y K H S L
Decimal 96 0 47 0 1 0.51 0.62 330.63 1 0.19
Hex 60 0 2F 0 64 33 3E 14B 64 13
Octal 140 0 57 0 144 63 76 513 144 23
Binary 1100000 0 101111 0 1100100 110011 111110 101001011 1100100 10011

Color Harmonies of #60002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60002F

Black with #60002F

Text Example


Text Example

White with #60002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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