Html Css Color HEX #720B33 Tyrian Purple

📋 copy color: '#720B33'

red 114 ◦ green 11 ◦ blue 51

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

Shades of Tyrian Purple #720B33

Tints of Tyrian Purple #720B33

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.25%

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

R = 64.77%
G = 6.25%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#720B33 (or 0x720B33) is known color: Tyrian Purple. HEX triplet: 72, 0B and 33. RGB value is (114,11,51). Sum of RGB (Red+Green+Blue) = 114+11+51=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #720B33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720B33 is #8DF4CC. Grayscale: #2E2E2E. Windows color (decimal): -9303245 or 3345266. OLE color: 3345266.

HSL color Cylindrical-coordinate representation of color #720B33: hue angle of 336.7º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B33 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 11 51 -
CMYK 0 0.90 0.55 0.55
HSL 336.7º 0.82% 0.25% -
HSV(B) 336.7º 0.9% 0.45% -
XYZ 7.66 4.06 3.51 -
YUV 46.36 130.62 176.25 -
System Red Green Blue C M Y K H S L
Decimal 114 11 51 0 0.90 0.55 0.55 336.7 0.82 0.25
Hex 72 B 33 0 5A 37 37 151 52 19
Octal 162 13 63 0 132 67 67 521 122 31
Binary 1110010 1011 110011 0 1011010 110111 110111 101010001 1010010 11001

Color Harmonies of #720B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720B33

Black with #720B33

Text Example


Text Example

White with #720B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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