Html Css Color HEX #60033A Tyrian Purple

📋 copy color: '#60033A'

red 96 ◦ green 3 ◦ blue 58

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

Shades of Tyrian Purple #60033A

Tints of Tyrian Purple #60033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.91%

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

R = 61.15%
G = 1.91%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#60033A (or 0x60033A) is known color: Tyrian Purple. HEX triplet: 60, 03 and 3A. RGB value is (96,3,58). Sum of RGB (Red+Green+Blue) = 96+3+58=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #60033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60033A is #9FFCC5. Grayscale: #242424. Windows color (decimal): -10484934 or 3801952. OLE color: 3801952.

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

Color convert

RGB 96 3 58 -
CMYK 0 0.97 0.40 0.62
HSL 324.52º 0.94% 0.19% -
HSV(B) 324.52º 0.97% 0.38% -
XYZ 5.62 2.86 4.26 -
YUV 37.08 139.81 170.03 -
System Red Green Blue C M Y K H S L
Decimal 96 3 58 0 0.97 0.40 0.62 324.52 0.94 0.19
Hex 60 3 3A 0 61 28 3E 145 5E 13
Octal 140 3 72 0 141 50 76 505 136 23
Binary 1100000 11 111010 0 1100001 101000 111110 101000101 1011110 10011

Color Harmonies of #60033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60033A

Black with #60033A

Text Example


Text Example

White with #60033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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