Html Css Color HEX #60002D Tyrian Purple

📋 copy color: '#60002D'

red 96 ◦ green 0 ◦ blue 45

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

Shades of Tyrian Purple #60002D

Tints of Tyrian Purple #60002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 31.91%

R = 68.09%
G = 0%
B = 31.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#60002D (or 0x60002D) is known color: Tyrian Purple. HEX triplet: 60, 00 and 2D. RGB value is (96,0,45). Sum of RGB (Red+Green+Blue) = 96+0+45=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #60002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60002D is #9FFFD2. Grayscale: #212121. Windows color (decimal): -10485715 or 2949216. OLE color: 2949216.

HSL color Cylindrical-coordinate representation of color #60002D: hue angle of 331.88º 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 #60002D is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 0 45 -
CMYK 0 1 0.53 0.62
HSL 331.88º 1% 0.19% -
HSV(B) 331.88º 1% 0.38% -
XYZ 5.3 2.68 2.72 -
YUV 33.83 134.3 172.34 -
System Red Green Blue C M Y K H S L
Decimal 96 0 45 0 1 0.53 0.62 331.88 1 0.19
Hex 60 0 2D 0 64 35 3E 14C 64 13
Octal 140 0 55 0 144 65 76 514 144 23
Binary 1100000 0 101101 0 1100100 110101 111110 101001100 1100100 10011

Color Harmonies of #60002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60002D

Black with #60002D

Text Example


Text Example

White with #60002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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