Html Css Color HEX #60062F Tyrian Purple

📋 copy color: '#60062F'

red 96 ◦ green 6 ◦ blue 47

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

Shades of Tyrian Purple #60062F

Tints of Tyrian Purple #60062F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.03%

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

R = 64.43%
G = 4.03%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#60062F (or 0x60062F) is known color: Tyrian Purple. HEX triplet: 60, 06 and 2F. RGB value is (96,6,47). Sum of RGB (Red+Green+Blue) = 96+6+47=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #60062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60062F is #9FF9D0. Grayscale: #252525. Windows color (decimal): -10484177 or 3081824. OLE color: 3081824.

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

Color convert

RGB 96 6 47 -
CMYK 0 0.94 0.51 0.62
HSL 332.67º 0.88% 0.2% -
HSV(B) 332.67º 0.94% 0.38% -
XYZ 5.4 2.82 2.95 -
YUV 37.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 96 6 47 0 0.94 0.51 0.62 332.67 0.88 0.2
Hex 60 6 2F 0 5E 33 3E 14D 58 14
Octal 140 6 57 0 136 63 76 515 130 24
Binary 1100000 110 101111 0 1011110 110011 111110 101001101 1011000 10100

Color Harmonies of #60062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60062F

Black with #60062F

Text Example


Text Example

White with #60062F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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