Html Css Color HEX #720348 Tyrian Purple

📋 copy color: '#720348'

red 114 ◦ green 3 ◦ blue 72

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

Shades of Tyrian Purple #720348

Tints of Tyrian Purple #720348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.59%

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

R = 60.32%
G = 1.59%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#720348 (or 0x720348) is known color: Tyrian Purple. HEX triplet: 72, 03 and 48. RGB value is (114,3,72). Sum of RGB (Red+Green+Blue) = 114+3+72=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #720348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720348 is #8DFCB7. Grayscale: #2B2B2B. Windows color (decimal): -9305272 or 4719474. OLE color: 4719474.

HSL color Cylindrical-coordinate representation of color #720348: hue angle of 322.7º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #720348 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 3 72 -
CMYK 0 0.97 0.37 0.55
HSL 322.7º 0.95% 0.23% -
HSV(B) 322.7º 0.97% 0.45% -
XYZ 8.14 4.11 6.5 -
YUV 44.06 143.77 177.89 -
System Red Green Blue C M Y K H S L
Decimal 114 3 72 0 0.97 0.37 0.55 322.7 0.95 0.23
Hex 72 3 48 0 61 25 37 143 5F 17
Octal 162 3 110 0 141 45 67 503 137 27
Binary 1110010 11 1001000 0 1100001 100101 110111 101000011 1011111 10111

Color Harmonies of #720348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720348

Black with #720348

Text Example


Text Example

White with #720348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720348; }

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

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

background-color css

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

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

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

border-color css

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

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

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