Html Css Color HEX #720148 Tyrian Purple

📋 copy color: '#720148'

red 114 ◦ green 1 ◦ blue 72

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

Shades of Tyrian Purple #720148

Tints of Tyrian Purple #720148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.5%

R = 60.96%
G = 0.53%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#720148 (or 0x720148) is known color: Tyrian Purple. HEX triplet: 72, 01 and 48. RGB value is (114,1,72). Sum of RGB (Red+Green+Blue) = 114+1+72=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #720148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720148 is #8DFEB7. Grayscale: #2A2A2A. Windows color (decimal): -9305784 or 4718962. OLE color: 4718962.

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

Color convert

RGB 114 1 72 -
CMYK 0 0.99 0.37 0.55
HSL 322.3º 0.98% 0.23% -
HSV(B) 322.3º 0.99% 0.45% -
XYZ 8.12 4.07 6.49 -
YUV 42.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 114 1 72 0 0.99 0.37 0.55 322.3 0.98 0.23
Hex 72 1 48 0 63 25 37 142 62 17
Octal 162 1 110 0 143 45 67 502 142 27
Binary 1110010 1 1001000 0 1100011 100101 110111 101000010 1100010 10111

Color Harmonies of #720148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720148

Black with #720148

Text Example


Text Example

White with #720148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720148; }

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

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

background-color css

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

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

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

border-color css

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

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

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