Html Css Color HEX #721483 Purple

📋 copy color: '#721483'

red 114 ◦ green 20 ◦ blue 131

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

Shades of Purple #721483

Tints of Purple #721483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

 BLUE value IS 131 (51.56% from 255) = 49.43%

R = 43.02%
G = 7.55%
B = 49.43%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#721483 (or 0x721483) is known color: Purple. HEX triplet: 72, 14 and 83. RGB value is (114,20,131). Sum of RGB (Red+Green+Blue) = 114+20+131=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 131 - color contains mainly: blue. Hex color #721483 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721483 is #8DEB7C. Grayscale: #3C3C3C. Windows color (decimal): -9300861 or 8590450. OLE color: 8590450.

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

Color convert

RGB 114 20 131 -
CMYK 0.13 0.85 0 0.49
HSL 290.81º 0.74% 0.3% -
HSV(B) 290.81º 0.85% 0.51% -
XYZ 11.29 5.72 21.98 -
YUV 60.76 167.64 165.97 -
System Red Green Blue C M Y K H S L
Decimal 114 20 131 0.13 0.85 0 0.49 290.81 0.74 0.3
Hex 72 14 83 D 55 0 31 123 4A 1E
Octal 162 24 203 15 125 0 61 443 112 36
Binary 1110010 10100 10000011 1101 1010101 0 110001 100100011 1001010 11110

Color Harmonies of #721483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721483

Black with #721483

Text Example


Text Example

White with #721483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721483; }

 p { color: rgb(114,20,131); }

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

background-color css

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

 a { background-color: rgb(114,20,131); }

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

border-color css

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

 span { border-color: rgb(114,20,131); }

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