Html Css Color HEX #72003E Tyrian Purple

📋 copy color: '#72003E'

red 114 ◦ green 0 ◦ blue 62

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

Shades of Tyrian Purple #72003E

Tints of Tyrian Purple #72003E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.23%

R = 64.77%
G = 0%
B = 35.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72003E (or 0x72003E) is known color: Tyrian Purple. HEX triplet: 72, 00 and 3E. RGB value is (114,0,62). Sum of RGB (Red+Green+Blue) = 114+0+62=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #72003E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72003E is #8DFFC1. Grayscale: #292929. Windows color (decimal): -9306050 or 4063346. OLE color: 4063346.

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

Color convert

RGB 114 0 62 -
CMYK 0 1 0.46 0.55
HSL 327.37º 1% 0.22% -
HSV(B) 327.37º 1% 0.45% -
XYZ 7.81 3.93 4.9 -
YUV 41.15 139.77 179.96 -
System Red Green Blue C M Y K H S L
Decimal 114 0 62 0 1 0.46 0.55 327.37 1 0.22
Hex 72 0 3E 0 64 2E 37 147 64 16
Octal 162 0 76 0 144 56 67 507 144 26
Binary 1110010 0 111110 0 1100100 101110 110111 101000111 1100100 10110

Color Harmonies of #72003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72003E

Black with #72003E

Text Example


Text Example

White with #72003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72003E; }

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

 H1.HeaderClassName
 {
   color: #72003E;
 }
 .AnyTagClassName
 {
   color: #72003E;
 }
</style>

background-color css

<style>
 a { background-color: #72003E; }

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

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

border-color css

<style>
 span { border-color: #72003E; }

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

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