Html Css Color HEX #72015D Tyrian Purple

📋 copy color: '#72015D'

red 114 ◦ green 1 ◦ blue 93

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

Shades of Tyrian Purple #72015D

Tints of Tyrian Purple #72015D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.71%

R = 54.81%
G = 0.48%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72015D (or 0x72015D) is known color: Tyrian Purple. HEX triplet: 72, 01 and 5D. RGB value is (114,1,93). Sum of RGB (Red+Green+Blue) = 114+1+93=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #72015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72015D is #8DFEA2. Grayscale: #2D2D2D. Windows color (decimal): -9305763 or 6095218. OLE color: 6095218.

HSL color Cylindrical-coordinate representation of color #72015D: hue angle of 311.15º 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 #72015D is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 1 93 -
CMYK 0 0.99 0.18 0.55
HSL 311.15º 0.98% 0.23% -
HSV(B) 311.15º 0.99% 0.45% -
XYZ 8.93 4.39 10.73 -
YUV 45.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 114 1 93 0 0.99 0.18 0.55 311.15 0.98 0.23
Hex 72 1 5D 0 63 12 37 137 62 17
Octal 162 1 135 0 143 22 67 467 142 27
Binary 1110010 1 1011101 0 1100011 10010 110111 100110111 1100010 10111

Color Harmonies of #72015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72015D

Black with #72015D

Text Example


Text Example

White with #72015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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