Html Css Color HEX #720358 Tyrian Purple

📋 copy color: '#720358'

red 114 ◦ green 3 ◦ blue 88

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

Shades of Tyrian Purple #720358

Tints of Tyrian Purple #720358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.93%

R = 55.61%
G = 1.46%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#720358 (or 0x720358) is known color: Tyrian Purple. HEX triplet: 72, 03 and 58. RGB value is (114,3,88). Sum of RGB (Red+Green+Blue) = 114+3+88=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #720358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720358 is #8DFCA7. Grayscale: #2D2D2D. Windows color (decimal): -9305256 or 5768050. OLE color: 5768050.

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

Color convert

RGB 114 3 88 -
CMYK 0 0.97 0.23 0.55
HSL 314.05º 0.95% 0.23% -
HSV(B) 314.05º 0.97% 0.45% -
XYZ 8.73 4.35 9.61 -
YUV 45.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 114 3 88 0 0.97 0.23 0.55 314.05 0.95 0.23
Hex 72 3 58 0 61 17 37 13A 5F 17
Octal 162 3 130 0 141 27 67 472 137 27
Binary 1110010 11 1011000 0 1100001 10111 110111 100111010 1011111 10111

Color Harmonies of #720358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720358

Black with #720358

Text Example


Text Example

White with #720358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720358; }

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

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

background-color css

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

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

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

border-color css

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

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

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