Html Css Color HEX #72064C Tyrian Purple

📋 copy color: '#72064C'

red 114 ◦ green 6 ◦ blue 76

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

Shades of Tyrian Purple #72064C

Tints of Tyrian Purple #72064C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38.78%

R = 58.16%
G = 3.06%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#72064C (or 0x72064C) is known color: Tyrian Purple. HEX triplet: 72, 06 and 4C. RGB value is (114,6,76). Sum of RGB (Red+Green+Blue) = 114+6+76=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72064C is #8DF9B3. Grayscale: #2E2E2E. Windows color (decimal): -9304500 or 4982386. OLE color: 4982386.

HSL color Cylindrical-coordinate representation of color #72064C: hue angle of 321.11º 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 #72064C is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 6 76 -
CMYK 0 0.95 0.33 0.55
HSL 321.11º 0.9% 0.24% -
HSV(B) 321.11º 0.95% 0.45% -
XYZ 8.31 4.23 7.22 -
YUV 46.27 144.78 176.31 -
System Red Green Blue C M Y K H S L
Decimal 114 6 76 0 0.95 0.33 0.55 321.11 0.9 0.24
Hex 72 6 4C 0 5F 21 37 141 5A 18
Octal 162 6 114 0 137 41 67 501 132 30
Binary 1110010 110 1001100 0 1011111 100001 110111 101000001 1011010 11000

Color Harmonies of #72064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72064C

Black with #72064C

Text Example


Text Example

White with #72064C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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