Html Css Color HEX #72002F Tyrian Purple

📋 copy color: '#72002F'

red 114 ◦ green 0 ◦ blue 47

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

Shades of Tyrian Purple #72002F

Tints of Tyrian Purple #72002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.19%

R = 70.81%
G = 0%
B = 29.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#72002F (or 0x72002F) is known color: Tyrian Purple. HEX triplet: 72, 00 and 2F. RGB value is (114,0,47). Sum of RGB (Red+Green+Blue) = 114+0+47=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #72002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72002F is #8DFFD0. Grayscale: #272727. Windows color (decimal): -9306065 or 3080306. OLE color: 3080306.

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

Color convert

RGB 114 0 47 -
CMYK 0 1 0.59 0.55
HSL 335.26º 1% 0.22% -
HSV(B) 335.26º 1% 0.45% -
XYZ 7.45 3.78 3.03 -
YUV 39.44 132.27 181.18 -
System Red Green Blue C M Y K H S L
Decimal 114 0 47 0 1 0.59 0.55 335.26 1 0.22
Hex 72 0 2F 0 64 3B 37 14F 64 16
Octal 162 0 57 0 144 73 67 517 144 26
Binary 1110010 0 101111 0 1100100 111011 110111 101001111 1100100 10110

Color Harmonies of #72002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72002F

Black with #72002F

Text Example


Text Example

White with #72002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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