Html Css Color HEX #72013C Tyrian Purple

📋 copy color: '#72013C'

red 114 ◦ green 1 ◦ blue 60

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

Shades of Tyrian Purple #72013C

Tints of Tyrian Purple #72013C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 65.14%
G = 0.57%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#72013C (or 0x72013C) is known color: Tyrian Purple. HEX triplet: 72, 01 and 3C. RGB value is (114,1,60). Sum of RGB (Red+Green+Blue) = 114+1+60=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #72013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72013C is #8DFEC3. Grayscale: #292929. Windows color (decimal): -9305796 or 3932530. OLE color: 3932530.

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

Color convert

RGB 114 1 60 -
CMYK 0 0.99 0.47 0.55
HSL 328.67º 0.98% 0.23% -
HSV(B) 328.67º 0.99% 0.45% -
XYZ 7.77 3.93 4.62 -
YUV 41.51 138.44 179.7 -
System Red Green Blue C M Y K H S L
Decimal 114 1 60 0 0.99 0.47 0.55 328.67 0.98 0.23
Hex 72 1 3C 0 63 2F 37 149 62 17
Octal 162 1 74 0 143 57 67 511 142 27
Binary 1110010 1 111100 0 1100011 101111 110111 101001001 1100010 10111

Color Harmonies of #72013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72013C

Black with #72013C

Text Example


Text Example

White with #72013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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