Html Css Color HEX #72004B Tyrian Purple

📋 copy color: '#72004B'

red 114 ◦ green 0 ◦ blue 75

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

Shades of Tyrian Purple #72004B

Tints of Tyrian Purple #72004B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.68%

R = 60.32%
G = 0%
B = 39.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#72004B (or 0x72004B) is known color: Tyrian Purple. HEX triplet: 72, 00 and 4B. RGB value is (114,0,75). Sum of RGB (Red+Green+Blue) = 114+0+75=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #72004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72004B is #8DFFB4. Grayscale: #2A2A2A. Windows color (decimal): -9306037 or 4915314. OLE color: 4915314.

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

Color convert

RGB 114 0 75 -
CMYK 0 1 0.34 0.55
HSL 320.53º 1% 0.22% -
HSV(B) 320.53º 1% 0.45% -
XYZ 8.21 4.09 7.01 -
YUV 42.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 114 0 75 0 1 0.34 0.55 320.53 1 0.22
Hex 72 0 4B 0 64 22 37 141 64 16
Octal 162 0 113 0 144 42 67 501 144 26
Binary 1110010 0 1001011 0 1100100 100010 110111 101000001 1100100 10110

Color Harmonies of #72004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72004B

Black with #72004B

Text Example


Text Example

White with #72004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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