Html Css Color HEX #720138 Tyrian Purple

📋 copy color: '#720138'

red 114 ◦ green 1 ◦ blue 56

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

Shades of Tyrian Purple #720138

Tints of Tyrian Purple #720138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 56 (22.27% from 255) = 32.75%

R = 66.67%
G = 0.58%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#720138 (or 0x720138) is known color: Tyrian Purple. HEX triplet: 72, 01 and 38. RGB value is (114,1,56). Sum of RGB (Red+Green+Blue) = 114+1+56=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #720138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720138 is #8DFEC7. Grayscale: #282828. Windows color (decimal): -9305800 or 3670386. OLE color: 3670386.

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

Color convert

RGB 114 1 56 -
CMYK 0 0.99 0.51 0.55
HSL 330.8º 0.98% 0.23% -
HSV(B) 330.8º 0.99% 0.45% -
XYZ 7.66 3.88 4.09 -
YUV 41.06 136.44 180.03 -
System Red Green Blue C M Y K H S L
Decimal 114 1 56 0 0.99 0.51 0.55 330.8 0.98 0.23
Hex 72 1 38 0 63 33 37 14B 62 17
Octal 162 1 70 0 143 63 67 513 142 27
Binary 1110010 1 111000 0 1100011 110011 110111 101001011 1100010 10111

Color Harmonies of #720138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720138

Black with #720138

Text Example


Text Example

White with #720138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720138; }

 p { color: rgb(114,1,56); }

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

background-color css

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

 a { background-color: rgb(114,1,56); }

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

border-color css

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

 span { border-color: rgb(114,1,56); }

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