Html Css Color HEX #720430 Tyrian Purple

📋 copy color: '#720430'

red 114 ◦ green 4 ◦ blue 48

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

Shades of Tyrian Purple #720430

Tints of Tyrian Purple #720430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.92%

R = 68.67%
G = 2.41%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#720430 (or 0x720430) is known color: Tyrian Purple. HEX triplet: 72, 04 and 30. RGB value is (114,4,48). Sum of RGB (Red+Green+Blue) = 114+4+48=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #720430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720430 is #8DFBCF. Grayscale: #292929. Windows color (decimal): -9305040 or 3146866. OLE color: 3146866.

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

Color convert

RGB 114 4 48 -
CMYK 0 0.96 0.58 0.55
HSL 336º 0.93% 0.23% -
HSV(B) 336º 0.96% 0.45% -
XYZ 7.52 3.88 3.15 -
YUV 41.91 131.44 179.42 -
System Red Green Blue C M Y K H S L
Decimal 114 4 48 0 0.96 0.58 0.55 336 0.93 0.23
Hex 72 4 30 0 60 3A 37 150 5D 17
Octal 162 4 60 0 140 72 67 520 135 27
Binary 1110010 100 110000 0 1100000 111010 110111 101010000 1011101 10111

Color Harmonies of #720430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720430

Black with #720430

Text Example


Text Example

White with #720430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720430; }

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

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

background-color css

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

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

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

border-color css

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

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

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