Html Css Color HEX #72014B Tyrian Purple

📋 copy color: '#72014B'

red 114 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #72014B

Tints of Tyrian Purple #72014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.47%

R = 60%
G = 0.53%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#72014B (or 0x72014B) is known color: Tyrian Purple. HEX triplet: 72, 01 and 4B. RGB value is (114,1,75). Sum of RGB (Red+Green+Blue) = 114+1+75=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #72014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72014B is #8DFEB4. Grayscale: #2B2B2B. Windows color (decimal): -9305781 or 4915570. OLE color: 4915570.

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

Color convert

RGB 114 1 75 -
CMYK 0 0.99 0.34 0.55
HSL 320.71º 0.98% 0.23% -
HSV(B) 320.71º 0.99% 0.45% -
XYZ 8.22 4.11 7.02 -
YUV 43.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 114 1 75 0 0.99 0.34 0.55 320.71 0.98 0.23
Hex 72 1 4B 0 63 22 37 141 62 17
Octal 162 1 113 0 143 42 67 501 142 27
Binary 1110010 1 1001011 0 1100011 100010 110111 101000001 1100010 10111

Color Harmonies of #72014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72014B

Black with #72014B

Text Example


Text Example

White with #72014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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