Html Css Color HEX #720233 Tyrian Purple

📋 copy color: '#720233'

red 114 ◦ green 2 ◦ blue 51

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

Shades of Tyrian Purple #720233

Tints of Tyrian Purple #720233

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 68.26%
G = 1.2%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#720233 (or 0x720233) is known color: Tyrian Purple. HEX triplet: 72, 02 and 33. RGB value is (114,2,51). Sum of RGB (Red+Green+Blue) = 114+2+51=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #720233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720233 is #8DFDCC. Grayscale: #282828. Windows color (decimal): -9305549 or 3342962. OLE color: 3342962.

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

Color convert

RGB 114 2 51 -
CMYK 0 0.98 0.55 0.55
HSL 333.75º 0.97% 0.23% -
HSV(B) 333.75º 0.98% 0.45% -
XYZ 7.56 3.86 3.48 -
YUV 41.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 114 2 51 0 0.98 0.55 0.55 333.75 0.97 0.23
Hex 72 2 33 0 62 37 37 14E 61 17
Octal 162 2 63 0 142 67 67 516 141 27
Binary 1110010 10 110011 0 1100010 110111 110111 101001110 1100001 10111

Color Harmonies of #720233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720233

Black with #720233

Text Example


Text Example

White with #720233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720233; }

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

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

background-color css

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

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

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

border-color css

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

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

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