Html Css Color HEX #720688 Purple

📋 copy color: '#720688'

red 114 ◦ green 6 ◦ blue 136

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

Shades of Purple #720688

Tints of Purple #720688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.13%

R = 44.53%
G = 2.34%
B = 53.13%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#720688 (or 0x720688) is known color: Purple. HEX triplet: 72, 06 and 88. RGB value is (114,6,136). Sum of RGB (Red+Green+Blue) = 114+6+136=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #720688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720688 is #8DF977. Grayscale: #343434. Windows color (decimal): -9304440 or 8914546. OLE color: 8914546.

HSL color Cylindrical-coordinate representation of color #720688: hue angle of 289.85º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720688 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 6 136 -
CMYK 0.16 0.96 0 0.47
HSL 289.85º 0.92% 0.28% -
HSV(B) 289.85º 0.96% 0.53% -
XYZ 11.45 5.49 23.75 -
YUV 53.11 174.78 171.43 -
System Red Green Blue C M Y K H S L
Decimal 114 6 136 0.16 0.96 0 0.47 289.85 0.92 0.28
Hex 72 6 88 10 60 0 2F 122 5C 1C
Octal 162 6 210 20 140 0 57 442 134 34
Binary 1110010 110 10001000 10000 1100000 0 101111 100100010 1011100 11100

Color Harmonies of #720688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720688

Black with #720688

Text Example


Text Example

White with #720688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720688; }

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

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

background-color css

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

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

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

border-color css

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

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

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