Html Css Color HEX #60003A Tyrian Purple

📋 copy color: '#60003A'

red 96 ◦ green 0 ◦ blue 58

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

Shades of Tyrian Purple #60003A

Tints of Tyrian Purple #60003A

RGB

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

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

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

R = 62.34%
G = 0%
B = 37.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#60003A (or 0x60003A) is known color: Tyrian Purple. HEX triplet: 60, 00 and 3A. RGB value is (96,0,58). Sum of RGB (Red+Green+Blue) = 96+0+58=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #60003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60003A is #9FFFC5. Grayscale: #232323. Windows color (decimal): -10485702 or 3801184. OLE color: 3801184.

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

Color convert

RGB 96 0 58 -
CMYK 0 1 0.40 0.62
HSL 323.75º 1% 0.19% -
HSV(B) 323.75º 1% 0.38% -
XYZ 5.59 2.79 4.25 -
YUV 35.32 140.8 171.28 -
System Red Green Blue C M Y K H S L
Decimal 96 0 58 0 1 0.40 0.62 323.75 1 0.19
Hex 60 0 3A 0 64 28 3E 144 64 13
Octal 140 0 72 0 144 50 76 504 144 23
Binary 1100000 0 111010 0 1100100 101000 111110 101000100 1100100 10011

Color Harmonies of #60003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60003A

Black with #60003A

Text Example


Text Example

White with #60003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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