Html Css Color HEX #72014F Tyrian Purple

📋 copy color: '#72014F'

red 114 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #72014F

Tints of Tyrian Purple #72014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 79 (31.25% from 255) = 40.72%

R = 58.76%
G = 0.52%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#72014F (or 0x72014F) is known color: Tyrian Purple. HEX triplet: 72, 01 and 4F. RGB value is (114,1,79). Sum of RGB (Red+Green+Blue) = 114+1+79=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72014F is #8DFEB0. Grayscale: #2B2B2B. Windows color (decimal): -9305777 or 5177714. OLE color: 5177714.

HSL color Cylindrical-coordinate representation of color #72014F: hue angle of 318.58º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72014F is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 1 79 -
CMYK 0 0.99 0.31 0.55
HSL 318.58º 0.98% 0.23% -
HSV(B) 318.58º 0.99% 0.45% -
XYZ 8.36 4.16 7.76 -
YUV 43.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 114 1 79 0 0.99 0.31 0.55 318.58 0.98 0.23
Hex 72 1 4F 0 63 1F 37 13F 62 17
Octal 162 1 117 0 143 37 67 477 142 27
Binary 1110010 1 1001111 0 1100011 11111 110111 100111111 1100010 10111

Color Harmonies of #72014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72014F

Black with #72014F

Text Example


Text Example

White with #72014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72014F; }

 p { color: rgb(114,1,79); }

 H1.HeaderClassName
 {
   color: #72014F;
 }
 .AnyTagClassName
 {
   color: #72014F;
 }
</style>

background-color css

<style>
 a { background-color: #72014F; }

 a { background-color: rgb(114,1,79); }

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

border-color css

<style>
 span { border-color: #72014F; }

 span { border-color: rgb(114,1,79); }

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