Html Css Color HEX #721281 Purple

📋 copy color: '#721281'

red 114 ◦ green 18 ◦ blue 129

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

Shades of Purple #721281

Tints of Purple #721281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

 BLUE value IS 129 (50.78% from 255) = 49.43%

R = 43.68%
G = 6.9%
B = 49.43%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#721281 (or 0x721281) is known color: Purple. HEX triplet: 72, 12 and 81. RGB value is (114,18,129). Sum of RGB (Red+Green+Blue) = 114+18+129=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #721281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721281 is #8DED7E. Grayscale: #3B3B3B. Windows color (decimal): -9301375 or 8458866. OLE color: 8458866.

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

Color convert

RGB 114 18 129 -
CMYK 0.12 0.86 0 0.49
HSL 291.89º 0.76% 0.29% -
HSV(B) 291.89º 0.86% 0.51% -
XYZ 11.12 5.59 21.26 -
YUV 59.36 167.3 166.97 -
System Red Green Blue C M Y K H S L
Decimal 114 18 129 0.12 0.86 0 0.49 291.89 0.76 0.29
Hex 72 12 81 C 56 0 31 124 4C 1D
Octal 162 22 201 14 126 0 61 444 114 35
Binary 1110010 10010 10000001 1100 1010110 0 110001 100100100 1001100 11101

Color Harmonies of #721281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721281

Black with #721281

Text Example


Text Example

White with #721281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721281; }

 p { color: rgb(114,18,129); }

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

background-color css

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

 a { background-color: rgb(114,18,129); }

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

border-color css

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

 span { border-color: rgb(114,18,129); }

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