Html Css Color HEX #72005B Tyrian Purple

📋 copy color: '#72005B'

red 114 ◦ green 0 ◦ blue 91

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

Shades of Tyrian Purple #72005B

Tints of Tyrian Purple #72005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.39%

R = 55.61%
G = 0%
B = 44.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72005B (or 0x72005B) is known color: Tyrian Purple. HEX triplet: 72, 00 and 5B. RGB value is (114,0,91). Sum of RGB (Red+Green+Blue) = 114+0+91=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #72005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72005B is #8DFFA4. Grayscale: #2C2C2C. Windows color (decimal): -9306021 or 5963890. OLE color: 5963890.

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

Color convert

RGB 114 0 91 -
CMYK 0 1 0.20 0.55
HSL 312.11º 1% 0.22% -
HSV(B) 312.11º 1% 0.45% -
XYZ 8.83 4.33 10.27 -
YUV 44.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 114 0 91 0 1 0.20 0.55 312.11 1 0.22
Hex 72 0 5B 0 64 14 37 138 64 16
Octal 162 0 133 0 144 24 67 470 144 26
Binary 1110010 0 1011011 0 1100100 10100 110111 100111000 1100100 10110

Color Harmonies of #72005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72005B

Black with #72005B

Text Example


Text Example

White with #72005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72005B; }

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

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

background-color css

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

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

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

border-color css

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

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

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