Html Css Color HEX #720A33 Tyrian Purple

📋 copy color: '#720A33'

red 114 ◦ green 10 ◦ blue 51

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

Shades of Tyrian Purple #720A33

Tints of Tyrian Purple #720A33

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.71%

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

R = 65.14%
G = 5.71%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#720A33 (or 0x720A33) is known color: Tyrian Purple. HEX triplet: 72, 0A and 33. RGB value is (114,10,51). Sum of RGB (Red+Green+Blue) = 114+10+51=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #720A33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720A33 is #8DF5CC. Grayscale: #2D2D2D. Windows color (decimal): -9303501 or 3345010. OLE color: 3345010.

HSL color Cylindrical-coordinate representation of color #720A33: hue angle of 336.35º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A33 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 10 51 -
CMYK 0 0.91 0.55 0.55
HSL 336.35º 0.84% 0.24% -
HSV(B) 336.35º 0.91% 0.45% -
XYZ 7.65 4.03 3.51 -
YUV 45.77 130.96 176.67 -
System Red Green Blue C M Y K H S L
Decimal 114 10 51 0 0.91 0.55 0.55 336.35 0.84 0.24
Hex 72 A 33 0 5B 37 37 150 54 18
Octal 162 12 63 0 133 67 67 520 124 30
Binary 1110010 1010 110011 0 1011011 110111 110111 101010000 1010100 11000

Color Harmonies of #720A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A33

Black with #720A33

Text Example


Text Example

White with #720A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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