#720834

Color #720834 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #720834

Tints of Tyrian Purple #720834

Color information

#720834 (or 0x720834) is unknown color: approx Tyrian Purple. HEX triplet: 72, 08 and 34. RGB value is (114,8,52). Sum of RGB (Red+Green+Blue) = 114+8+52=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #720834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720834 is #8DF7CB. Grayscale: #2C2C2C. Windows color (decimal): -9304012 or 3410034. OLE color: 3410034.

HSL color Cylindrical-coordinate representation of color #720834: hue angle of 335.09º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720834 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB114852-
CMYK00.930.540.55
HSL335.09º86.89%23.92%-
HSV(B)335.09º92.98%44.71%-
XYZ7.6543.62-
YUV44.71132.12177.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.52%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=65.52%
G=4.60%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11485200.930.540.55335.0986.8923.92
Hex7283405D363714f5718
Octal16210640135666751712730
Binary1110010100011010001011101110110110111101001111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720834; }

 p { color: rgb(114,8,52); }

 H1.HeaderClassName
 {
   color: #720834;
 }
 .AnyTagClassName
 {
   color: #720834;
 }
</style>
background-color css

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

 a { background-color: rgb(114,8,52); }

 div.DivClassName
 {
   background-color: #720834;
 }
 .BgClassName
 {
   background-color: #720834;
 }
</style>
border-color css

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

 span { border-color: rgb(114,8,52); }

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