Html Css Color HEX #60034E Tyrian Purple

📋 copy color: '#60034E'

red 96 ◦ green 3 ◦ blue 78

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

Shades of Tyrian Purple #60034E

Tints of Tyrian Purple #60034E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 44.07%

R = 54.24%
G = 1.69%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#60034E (or 0x60034E) is known color: Tyrian Purple. HEX triplet: 60, 03 and 4E. RGB value is (96,3,78). Sum of RGB (Red+Green+Blue) = 96+3+78=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #60034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60034E is #9FFCB1. Grayscale: #272727. Windows color (decimal): -10484914 or 5112672. OLE color: 5112672.

HSL color Cylindrical-coordinate representation of color #60034E: hue angle of 311.61º 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 #60034E is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 3 78 -
CMYK 0 0.97 0.19 0.62
HSL 311.61º 0.94% 0.19% -
HSV(B) 311.61º 0.97% 0.38% -
XYZ 6.23 3.1 7.48 -
YUV 39.36 149.81 168.4 -
System Red Green Blue C M Y K H S L
Decimal 96 3 78 0 0.97 0.19 0.62 311.61 0.94 0.19
Hex 60 3 4E 0 61 13 3E 138 5E 13
Octal 140 3 116 0 141 23 76 470 136 23
Binary 1100000 11 1001110 0 1100001 10011 111110 100111000 1011110 10011

Color Harmonies of #60034E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60034E

Black with #60034E

Text Example


Text Example

White with #60034E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60034E; }

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

 H1.HeaderClassName
 {
   color: #60034E;
 }
 .AnyTagClassName
 {
   color: #60034E;
 }
</style>

background-color css

<style>
 a { background-color: #60034E; }

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

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

border-color css

<style>
 span { border-color: #60034E; }

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

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