Html Css Color HEX #720696 Purple

📋 copy color: '#720696'

red 114 ◦ green 6 ◦ blue 150

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

Shades of Purple #720696

Tints of Purple #720696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 55.56%

R = 42.22%
G = 2.22%
B = 55.56%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#720696 (or 0x720696) is known color: Purple. HEX triplet: 72, 06 and 96. RGB value is (114,6,150). Sum of RGB (Red+Green+Blue) = 114+6+150=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #720696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720696 is #8DF969. Grayscale: #363636. Windows color (decimal): -9304426 or 9832050. OLE color: 9832050.

HSL color Cylindrical-coordinate representation of color #720696: hue angle of 285º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720696 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 6 150 -
CMYK 0.24 0.96 0 0.41
HSL 285º 0.92% 0.31% -
HSV(B) 285º 0.96% 0.59% -
XYZ 12.51 5.91 29.34 -
YUV 54.71 181.78 170.29 -
System Red Green Blue C M Y K H S L
Decimal 114 6 150 0.24 0.96 0 0.41 285 0.92 0.31
Hex 72 6 96 18 60 0 29 11D 5C 1F
Octal 162 6 226 30 140 0 51 435 134 37
Binary 1110010 110 10010110 11000 1100000 0 101001 100011101 1011100 11111

Color Harmonies of #720696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720696

Black with #720696

Text Example


Text Example

White with #720696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720696; }

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

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

background-color css

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

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

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

border-color css

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

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

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