Html Css Color HEX #720182 Purple

📋 copy color: '#720182'

red 114 ◦ green 1 ◦ blue 130

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

Shades of Purple #720182

Tints of Purple #720182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 130 (51.17% from 255) = 53.06%

R = 46.53%
G = 0.41%
B = 53.06%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#720182 (or 0x720182) is known color: Purple. HEX triplet: 72, 01 and 82. RGB value is (114,1,130). Sum of RGB (Red+Green+Blue) = 114+1+130=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #720182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720182 is #8DFE7D. Grayscale: #313131. Windows color (decimal): -9305726 or 8520050. OLE color: 8520050.

HSL color Cylindrical-coordinate representation of color #720182: hue angle of 292.56º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720182 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 1 130 -
CMYK 0.12 0.99 0 0.49
HSL 292.56º 0.98% 0.26% -
HSV(B) 292.56º 0.99% 0.51% -
XYZ 10.98 5.21 21.55 -
YUV 49.49 173.44 174.01 -
System Red Green Blue C M Y K H S L
Decimal 114 1 130 0.12 0.99 0 0.49 292.56 0.98 0.26
Hex 72 1 82 C 63 0 31 125 62 1A
Octal 162 1 202 14 143 0 61 445 142 32
Binary 1110010 1 10000010 1100 1100011 0 110001 100100101 1100010 11010

Color Harmonies of #720182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720182

Black with #720182

Text Example


Text Example

White with #720182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720182; }

 p { color: rgb(114,1,130); }

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

background-color css

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

 a { background-color: rgb(114,1,130); }

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

border-color css

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

 span { border-color: rgb(114,1,130); }

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