#720645

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

Shades of Tyrian Purple #720645

Tints of Tyrian Purple #720645

Color information

#720645 (or 0x720645) is unknown color: approx Tyrian Purple. HEX triplet: 72, 06 and 45. RGB value is (114,6,69). Sum of RGB (Red+Green+Blue) = 114+6+69=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #720645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720645 is #8DF9BA. Grayscale: #2D2D2D. Windows color (decimal): -9304507 or 4523634. OLE color: 4523634.

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

Color convert

RGB114669-
CMYK00.950.390.55
HSL325º90%23.53%-
HSV(B)325º94.74%44.71%-
XYZ8.084.146-
YUV45.47141.28176.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.32%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 69 (27.34% from 255) = 36.51%
R=60.32%
G=3.17%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11466900.950.390.553259023.53
Hex7264505F27371455a18
Octal16261050137476750513230
Binary1110010110100010101011111100111110111101000101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720645; }

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

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

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

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

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

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

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

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