Html Css Color HEX #72033C Tyrian Purple

📋 copy color: '#72033C'

red 114 ◦ green 3 ◦ blue 60

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

Shades of Tyrian Purple #72033C

Tints of Tyrian Purple #72033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

 BLUE value IS 60 (23.83% from 255) = 33.9%

R = 64.41%
G = 1.69%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#72033C (or 0x72033C) is known color: Tyrian Purple. HEX triplet: 72, 03 and 3C. RGB value is (114,3,60). Sum of RGB (Red+Green+Blue) = 114+3+60=177 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.41% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 114 - color contains mainly: red. Hex color #72033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72033C is #8DFCC3. Grayscale: #2A2A2A. Windows color (decimal): -9305284 or 3933042. OLE color: 3933042.

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

Color convert

RGB 114 3 60 -
CMYK 0 0.97 0.47 0.55
HSL 329.19º 0.95% 0.23% -
HSV(B) 329.19º 0.97% 0.45% -
XYZ 7.79 3.97 4.63 -
YUV 42.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 114 3 60 0 0.97 0.47 0.55 329.19 0.95 0.23
Hex 72 3 3C 0 61 2F 37 149 5F 17
Octal 162 3 74 0 141 57 67 511 137 27
Binary 1110010 11 111100 0 1100001 101111 110111 101001001 1011111 10111

Color Harmonies of #72033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72033C

Black with #72033C

Text Example


Text Example

White with #72033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,3,60); }

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

background-color css

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

 a { background-color: rgb(114,3,60); }

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

border-color css

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

 span { border-color: rgb(114,3,60); }

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