Html Css Color HEX #721682 Purple

📋 copy color: '#721682'

red 114 ◦ green 22 ◦ blue 130

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

Shades of Purple #721682

Tints of Purple #721682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.27%

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

R = 42.86%
G = 8.27%
B = 48.87%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#721682 (or 0x721682) is known color: Purple. HEX triplet: 72, 16 and 82. RGB value is (114,22,130). Sum of RGB (Red+Green+Blue) = 114+22+130=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #721682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721682 is #8DE97D. Grayscale: #3D3D3D. Windows color (decimal): -9300350 or 8525426. OLE color: 8525426.

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

Color convert

RGB 114 22 130 -
CMYK 0.12 0.83 0 0.49
HSL 291.11º 0.71% 0.3% -
HSV(B) 291.11º 0.83% 0.51% -
XYZ 11.26 5.76 21.64 -
YUV 61.82 166.48 165.22 -
System Red Green Blue C M Y K H S L
Decimal 114 22 130 0.12 0.83 0 0.49 291.11 0.71 0.3
Hex 72 16 82 C 53 0 31 123 47 1E
Octal 162 26 202 14 123 0 61 443 107 36
Binary 1110010 10110 10000010 1100 1010011 0 110001 100100011 1000111 11110

Color Harmonies of #721682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721682

Black with #721682

Text Example


Text Example

White with #721682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721682; }

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

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

background-color css

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

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

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

border-color css

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

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

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