Html Css Color HEX #72063F Tyrian Purple

📋 copy color: '#72063F'

red 114 ◦ green 6 ◦ blue 63

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

Shades of Tyrian Purple #72063F

Tints of Tyrian Purple #72063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.28%

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

R = 62.3%
G = 3.28%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#72063F (or 0x72063F) is known color: Tyrian Purple. HEX triplet: 72, 06 and 3F. RGB value is (114,6,63). Sum of RGB (Red+Green+Blue) = 114+6+63=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #72063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72063F is #8DF9C0. Grayscale: #2C2C2C. Windows color (decimal): -9304513 or 4130418. OLE color: 4130418.

HSL color Cylindrical-coordinate representation of color #72063F: hue angle of 328.33º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72063F is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 6 63 -
CMYK 0 0.95 0.45 0.55
HSL 328.33º 0.9% 0.24% -
HSV(B) 328.33º 0.95% 0.45% -
XYZ 7.9 4.07 5.07 -
YUV 44.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 114 6 63 0 0.95 0.45 0.55 328.33 0.9 0.24
Hex 72 6 3F 0 5F 2D 37 148 5A 18
Octal 162 6 77 0 137 55 67 510 132 30
Binary 1110010 110 111111 0 1011111 101101 110111 101001000 1011010 11000

Color Harmonies of #72063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72063F

Black with #72063F

Text Example


Text Example

White with #72063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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