Html Css Color HEX #720432 Tyrian Purple

📋 copy color: '#720432'

red 114 ◦ green 4 ◦ blue 50

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

Shades of Tyrian Purple #720432

Tints of Tyrian Purple #720432

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.38%

 BLUE value IS 50 (19.92% from 255) = 29.76%

R = 67.86%
G = 2.38%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#720432 (or 0x720432) is known color: Tyrian Purple. HEX triplet: 72, 04 and 32. RGB value is (114,4,50). Sum of RGB (Red+Green+Blue) = 114+4+50=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #720432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720432 is #8DFBCD. Grayscale: #2A2A2A. Windows color (decimal): -9305038 or 3277938. OLE color: 3277938.

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

Color convert

RGB 114 4 50 -
CMYK 0 0.96 0.56 0.55
HSL 334.91º 0.93% 0.23% -
HSV(B) 334.91º 0.96% 0.45% -
XYZ 7.56 3.89 3.37 -
YUV 42.13 132.44 179.26 -
System Red Green Blue C M Y K H S L
Decimal 114 4 50 0 0.96 0.56 0.55 334.91 0.93 0.23
Hex 72 4 32 0 60 38 37 14F 5D 17
Octal 162 4 62 0 140 70 67 517 135 27
Binary 1110010 100 110010 0 1100000 111000 110111 101001111 1011101 10111

Color Harmonies of #720432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720432

Black with #720432

Text Example


Text Example

White with #720432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720432; }

 p { color: rgb(114,4,50); }

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

background-color css

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

 a { background-color: rgb(114,4,50); }

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

border-color css

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

 span { border-color: rgb(114,4,50); }

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