Html Css Color HEX #72013F Tyrian Purple

📋 copy color: '#72013F'

red 114 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #72013F

Tints of Tyrian Purple #72013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35.39%

R = 64.04%
G = 0.56%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#72013F (or 0x72013F) is known color: Tyrian Purple. HEX triplet: 72, 01 and 3F. RGB value is (114,1,63). Sum of RGB (Red+Green+Blue) = 114+1+63=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #72013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72013F is #8DFEC0. Grayscale: #292929. Windows color (decimal): -9305793 or 4129138. OLE color: 4129138.

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

Color convert

RGB 114 1 63 -
CMYK 0 0.99 0.45 0.55
HSL 327.08º 0.98% 0.23% -
HSV(B) 327.08º 0.99% 0.45% -
XYZ 7.85 3.96 5.05 -
YUV 41.86 139.94 179.46 -
System Red Green Blue C M Y K H S L
Decimal 114 1 63 0 0.99 0.45 0.55 327.08 0.98 0.23
Hex 72 1 3F 0 63 2D 37 147 62 17
Octal 162 1 77 0 143 55 67 507 142 27
Binary 1110010 1 111111 0 1100011 101101 110111 101000111 1100010 10111

Color Harmonies of #72013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72013F

Black with #72013F

Text Example


Text Example

White with #72013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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