Html Css Color HEX #72034D Tyrian Purple

📋 copy color: '#72034D'

red 114 ◦ green 3 ◦ blue 77

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

Shades of Tyrian Purple #72034D

Tints of Tyrian Purple #72034D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 39.69%

R = 58.76%
G = 1.55%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72034D (or 0x72034D) is known color: Tyrian Purple. HEX triplet: 72, 03 and 4D. RGB value is (114,3,77). Sum of RGB (Red+Green+Blue) = 114+3+77=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72034D is #8DFCB2. Grayscale: #2C2C2C. Windows color (decimal): -9305267 or 5047154. OLE color: 5047154.

HSL color Cylindrical-coordinate representation of color #72034D: hue angle of 320º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72034D is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 3 77 -
CMYK 0 0.97 0.32 0.55
HSL 320º 0.95% 0.23% -
HSV(B) 320º 0.97% 0.45% -
XYZ 8.31 4.18 7.39 -
YUV 44.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 114 3 77 0 0.97 0.32 0.55 320 0.95 0.23
Hex 72 3 4D 0 61 20 37 140 5F 17
Octal 162 3 115 0 141 40 67 500 137 27
Binary 1110010 11 1001101 0 1100001 100000 110111 101000000 1011111 10111

Color Harmonies of #72034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72034D

Black with #72034D

Text Example


Text Example

White with #72034D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,3,77); }

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

background-color css

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

 a { background-color: rgb(114,3,77); }

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

border-color css

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

 span { border-color: rgb(114,3,77); }

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