Html Css Color HEX #72005C Tyrian Purple

📋 copy color: '#72005C'

red 114 ◦ green 0 ◦ blue 92

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

Shades of Tyrian Purple #72005C

Tints of Tyrian Purple #72005C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.66%

R = 55.34%
G = 0%
B = 44.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#72005C (or 0x72005C) is known color: Tyrian Purple. HEX triplet: 72, 00 and 5C. RGB value is (114,0,92). Sum of RGB (Red+Green+Blue) = 114+0+92=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #72005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72005C is #8DFFA3. Grayscale: #2C2C2C. Windows color (decimal): -9306020 or 6029426. OLE color: 6029426.

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

Color convert

RGB 114 0 92 -
CMYK 0 1 0.19 0.55
HSL 311.58º 1% 0.22% -
HSV(B) 311.58º 1% 0.45% -
XYZ 8.87 4.35 10.5 -
YUV 44.57 154.77 177.52 -
System Red Green Blue C M Y K H S L
Decimal 114 0 92 0 1 0.19 0.55 311.58 1 0.22
Hex 72 0 5C 0 64 13 37 138 64 16
Octal 162 0 134 0 144 23 67 470 144 26
Binary 1110010 0 1011100 0 1100100 10011 110111 100111000 1100100 10110

Color Harmonies of #72005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72005C

Black with #72005C

Text Example


Text Example

White with #72005C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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