Html Css Color HEX #720033 Tyrian Purple

📋 copy color: '#720033'

red 114 ◦ green 0 ◦ blue 51

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

Shades of Tyrian Purple #720033

Tints of Tyrian Purple #720033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.91%

R = 69.09%
G = 0%
B = 30.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#720033 (or 0x720033) is known color: Tyrian Purple. HEX triplet: 72, 00 and 33. RGB value is (114,0,51). Sum of RGB (Red+Green+Blue) = 114+0+51=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #720033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720033 is #8DFFCC. Grayscale: #272727. Windows color (decimal): -9306061 or 3342450. OLE color: 3342450.

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

Color convert

RGB 114 0 51 -
CMYK 0 1 0.55 0.55
HSL 333.16º 1% 0.22% -
HSV(B) 333.16º 1% 0.45% -
XYZ 7.54 3.82 3.47 -
YUV 39.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 114 0 51 0 1 0.55 0.55 333.16 1 0.22
Hex 72 0 33 0 64 37 37 14D 64 16
Octal 162 0 63 0 144 67 67 515 144 26
Binary 1110010 0 110011 0 1100100 110111 110111 101001101 1100100 10110

Color Harmonies of #720033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720033

Black with #720033

Text Example


Text Example

White with #720033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720033; }

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

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

background-color css

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

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

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

border-color css

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

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

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