Html Css Color HEX #720261 Purple

📋 copy color: '#720261'

red 114 ◦ green 2 ◦ blue 97

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

Shades of Purple #720261

Tints of Purple #720261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

 BLUE value IS 97 (38.28% from 255) = 45.54%

R = 53.52%
G = 0.94%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#720261 (or 0x720261) is known color: Purple. HEX triplet: 72, 02 and 61. RGB value is (114,2,97). Sum of RGB (Red+Green+Blue) = 114+2+97=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #720261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720261 is #8DFD9E. Grayscale: #2E2E2E. Windows color (decimal): -9305503 or 6357618. OLE color: 6357618.

HSL color Cylindrical-coordinate representation of color #720261: hue angle of 309.11º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #720261 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 2 97 -
CMYK 0 0.98 0.15 0.55
HSL 309.11º 0.97% 0.23% -
HSV(B) 309.11º 0.98% 0.45% -
XYZ 9.12 4.48 11.69 -
YUV 46.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 114 2 97 0 0.98 0.15 0.55 309.11 0.97 0.23
Hex 72 2 61 0 62 F 37 135 61 17
Octal 162 2 141 0 142 17 67 465 141 27
Binary 1110010 10 1100001 0 1100010 1111 110111 100110101 1100001 10111

Color Harmonies of #720261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720261

Black with #720261

Text Example


Text Example

White with #720261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720261; }

 p { color: rgb(114,2,97); }

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

background-color css

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

 a { background-color: rgb(114,2,97); }

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

border-color css

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

 span { border-color: rgb(114,2,97); }

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