#720869

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

Shades of Purple #720869

Tints of Purple #720869

Color information

#720869 (or 0x720869) is unknown color: approx Purple. HEX triplet: 72, 08 and 69. RGB value is (114,8,105). Sum of RGB (Red+Green+Blue) = 114+8+105=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #720869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720869 is #8DF796. Grayscale: #323232. Windows color (decimal): -9303959 or 6883442. OLE color: 6883442.

HSL color Cylindrical-coordinate representation of color #720869: hue angle of 305.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 #720869 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB1148105-
CMYK00.930.080.55
HSL305.09º86.89%23.92%-
HSV(B)305.09º92.98%44.71%-
XYZ9.584.7713.78-
YUV50.75158.62173.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.22%
GREEN value IS 8 (3.52% from 255) = 3.52%
BLUE value IS 105 (41.41% from 255) = 46.26%
R=50.22%
G=3.52%
B=46.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114810500.930.080.55305.0986.8923.92
Hex7286905D8371315718
Octal162101510135106746112730
Binary111001010001101001010111011000110111100110001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720869; }

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

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

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

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

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

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

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

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