Html Css Color HEX #72073F Tyrian Purple

📋 copy color: '#72073F'

red 114 ◦ green 7 ◦ blue 63

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

Shades of Tyrian Purple #72073F

Tints of Tyrian Purple #72073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.8%

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

R = 61.96%
G = 3.8%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#72073F (or 0x72073F) is known color: Tyrian Purple. HEX triplet: 72, 07 and 3F. RGB value is (114,7,63). Sum of RGB (Red+Green+Blue) = 114+7+63=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #72073F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72073F is #8DF8C0. Grayscale: #2D2D2D. Windows color (decimal): -9304257 or 4130674. OLE color: 4130674.

HSL color Cylindrical-coordinate representation of color #72073F: hue angle of 328.6º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72073F is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 7 63 -
CMYK 0 0.94 0.45 0.55
HSL 328.6º 0.88% 0.24% -
HSV(B) 328.6º 0.94% 0.45% -
XYZ 7.91 4.09 5.07 -
YUV 45.38 137.95 176.95 -
System Red Green Blue C M Y K H S L
Decimal 114 7 63 0 0.94 0.45 0.55 328.6 0.88 0.24
Hex 72 7 3F 0 5E 2D 37 149 58 18
Octal 162 7 77 0 136 55 67 511 130 30
Binary 1110010 111 111111 0 1011110 101101 110111 101001001 1011000 11000

Color Harmonies of #72073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72073F

Black with #72073F

Text Example


Text Example

White with #72073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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