Html Css Color HEX #720030 Tyrian Purple

📋 copy color: '#720030'

red 114 ◦ green 0 ◦ blue 48

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

Shades of Tyrian Purple #720030

Tints of Tyrian Purple #720030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.37%
G = 0%
B = 29.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#720030 (or 0x720030) is known color: Tyrian Purple. HEX triplet: 72, 00 and 30. RGB value is (114,0,48). Sum of RGB (Red+Green+Blue) = 114+0+48=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #720030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720030 is #8DFFCF. Grayscale: #272727. Windows color (decimal): -9306064 or 3145842. OLE color: 3145842.

HSL color Cylindrical-coordinate representation of color #720030: hue angle of 334.74º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720030 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 0 48 -
CMYK 0 1 0.58 0.55
HSL 334.74º 1% 0.22% -
HSV(B) 334.74º 1% 0.45% -
XYZ 7.47 3.79 3.13 -
YUV 39.56 132.77 181.1 -
System Red Green Blue C M Y K H S L
Decimal 114 0 48 0 1 0.58 0.55 334.74 1 0.22
Hex 72 0 30 0 64 3A 37 14F 64 16
Octal 162 0 60 0 144 72 67 517 144 26
Binary 1110010 0 110000 0 1100100 111010 110111 101001111 1100100 10110

Color Harmonies of #720030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720030

Black with #720030

Text Example


Text Example

White with #720030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720030; }

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

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

background-color css

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

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

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

border-color css

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

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

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