Html Css Color HEX #72004C Tyrian Purple

📋 copy color: '#72004C'

red 114 ◦ green 0 ◦ blue 76

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

Shades of Tyrian Purple #72004C

Tints of Tyrian Purple #72004C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40%

R = 60%
G = 0%
B = 40%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#72004C (or 0x72004C) is known color: Tyrian Purple. HEX triplet: 72, 00 and 4C. RGB value is (114,0,76). Sum of RGB (Red+Green+Blue) = 114+0+76=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #72004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72004C is #8DFFB3. Grayscale: #2A2A2A. Windows color (decimal): -9306036 or 4980850. OLE color: 4980850.

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

Color convert

RGB 114 0 76 -
CMYK 0 1 0.33 0.55
HSL 320º 1% 0.22% -
HSV(B) 320º 1% 0.45% -
XYZ 8.24 4.1 7.19 -
YUV 42.75 146.77 178.82 -
System Red Green Blue C M Y K H S L
Decimal 114 0 76 0 1 0.33 0.55 320 1 0.22
Hex 72 0 4C 0 64 21 37 140 64 16
Octal 162 0 114 0 144 41 67 500 144 26
Binary 1110010 0 1001100 0 1100100 100001 110111 101000000 1100100 10110

Color Harmonies of #72004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72004C

Black with #72004C

Text Example


Text Example

White with #72004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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