Html Css Color HEX #72033F Tyrian Purple

📋 copy color: '#72033F'

red 114 ◦ green 3 ◦ blue 63

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

Shades of Tyrian Purple #72033F

Tints of Tyrian Purple #72033F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35%

R = 63.33%
G = 1.67%
B = 35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#72033F (or 0x72033F) is known color: Tyrian Purple. HEX triplet: 72, 03 and 3F. RGB value is (114,3,63). Sum of RGB (Red+Green+Blue) = 114+3+63=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #72033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72033F is #8DFCC0. Grayscale: #2A2A2A. Windows color (decimal): -9305281 or 4129650. OLE color: 4129650.

HSL color Cylindrical-coordinate representation of color #72033F: hue angle of 327.57º 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 #72033F is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 3 63 -
CMYK 0 0.97 0.45 0.55
HSL 327.57º 0.95% 0.23% -
HSV(B) 327.57º 0.97% 0.45% -
XYZ 7.87 4 5.06 -
YUV 43.03 139.27 178.62 -
System Red Green Blue C M Y K H S L
Decimal 114 3 63 0 0.97 0.45 0.55 327.57 0.95 0.23
Hex 72 3 3F 0 61 2D 37 148 5F 17
Octal 162 3 77 0 141 55 67 510 137 27
Binary 1110010 11 111111 0 1100001 101101 110111 101001000 1011111 10111

Color Harmonies of #72033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72033F

Black with #72033F

Text Example


Text Example

White with #72033F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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