Html Css Color HEX #721782 Purple

📋 copy color: '#721782'

red 114 ◦ green 23 ◦ blue 130

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

Shades of Purple #721782

Tints of Purple #721782

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.61%

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

R = 42.7%
G = 8.61%
B = 48.69%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#721782 (or 0x721782) is known color: Purple. HEX triplet: 72, 17 and 82. RGB value is (114,23,130). Sum of RGB (Red+Green+Blue) = 114+23+130=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #721782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721782 is #8DE87D. Grayscale: #3E3E3E. Windows color (decimal): -9300094 or 8525682. OLE color: 8525682.

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

Color convert

RGB 114 23 130 -
CMYK 0.12 0.82 0 0.49
HSL 291.03º 0.7% 0.3% -
HSV(B) 291.03º 0.82% 0.51% -
XYZ 11.28 5.8 21.64 -
YUV 62.41 166.15 164.8 -
System Red Green Blue C M Y K H S L
Decimal 114 23 130 0.12 0.82 0 0.49 291.03 0.7 0.3
Hex 72 17 82 C 52 0 31 123 46 1E
Octal 162 27 202 14 122 0 61 443 106 36
Binary 1110010 10111 10000010 1100 1010010 0 110001 100100011 1000110 11110

Color Harmonies of #721782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721782

Black with #721782

Text Example


Text Example

White with #721782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721782; }

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

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

background-color css

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

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

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

border-color css

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

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

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