Html Css Color HEX #72004A Tyrian Purple

📋 copy color: '#72004A'

red 114 ◦ green 0 ◦ blue 74

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

Shades of Tyrian Purple #72004A

Tints of Tyrian Purple #72004A

RGB

 RED value IS 114 (44.92% from 255) = 60.64%

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

 BLUE value IS 74 (29.3% from 255) = 39.36%

R = 60.64%
G = 0%
B = 39.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#72004A (or 0x72004A) is known color: Tyrian Purple. HEX triplet: 72, 00 and 4A. RGB value is (114,0,74). Sum of RGB (Red+Green+Blue) = 114+0+74=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #72004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72004A is #8DFFB5. Grayscale: #2A2A2A. Windows color (decimal): -9306038 or 4849778. OLE color: 4849778.

HSL color Cylindrical-coordinate representation of color #72004A: hue angle of 321.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72004A is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 0 74 -
CMYK 0 1 0.35 0.55
HSL 321.05º 1% 0.22% -
HSV(B) 321.05º 1% 0.45% -
XYZ 8.18 4.07 6.83 -
YUV 42.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 114 0 74 0 1 0.35 0.55 321.05 1 0.22
Hex 72 0 4A 0 64 23 37 141 64 16
Octal 162 0 112 0 144 43 67 501 144 26
Binary 1110010 0 1001010 0 1100100 100011 110111 101000001 1100100 10110

Color Harmonies of #72004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72004A

Black with #72004A

Text Example


Text Example

White with #72004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,0,74); }

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

background-color css

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

 a { background-color: rgb(114,0,74); }

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

border-color css

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

 span { border-color: rgb(114,0,74); }

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