Html Css Color HEX #720275 Purple

📋 copy color: '#720275'

red 114 ◦ green 2 ◦ blue 117

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

Shades of Purple #720275

Tints of Purple #720275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.21%

R = 48.93%
G = 0.86%
B = 50.21%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#720275 (or 0x720275) is known color: Purple. HEX triplet: 72, 02 and 75. RGB value is (114,2,117). Sum of RGB (Red+Green+Blue) = 114+2+117=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #720275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720275 is #8DFD8A. Grayscale: #303030. Windows color (decimal): -9305483 or 7668338. OLE color: 7668338.

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

Color convert

RGB 114 2 117 -
CMYK 0.03 0.98 0 0.54
HSL 298.43º 0.97% 0.23% -
HSV(B) 298.43º 0.98% 0.46% -
XYZ 10.17 4.91 17.24 -
YUV 48.6 166.61 174.65 -
System Red Green Blue C M Y K H S L
Decimal 114 2 117 0.03 0.98 0 0.54 298.43 0.97 0.23
Hex 72 2 75 3 62 0 36 12A 61 17
Octal 162 2 165 3 142 0 66 452 141 27
Binary 1110010 10 1110101 11 1100010 0 110110 100101010 1100001 10111

Color Harmonies of #720275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720275

Black with #720275

Text Example


Text Example

White with #720275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720275; }

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

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

background-color css

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

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

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

border-color css

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

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

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