Html Css Color HEX #721684 Purple

📋 copy color: '#721684'

red 114 ◦ green 22 ◦ blue 132

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

Shades of Purple #721684

Tints of Purple #721684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.25%

R = 42.54%
G = 8.21%
B = 49.25%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#721684 (or 0x721684) is known color: Purple. HEX triplet: 72, 16 and 84. RGB value is (114,22,132). Sum of RGB (Red+Green+Blue) = 114+22+132=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #721684 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721684 is #8DE97B. Grayscale: #3D3D3D. Windows color (decimal): -9300348 or 8656498. OLE color: 8656498.

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

Color convert

RGB 114 22 132 -
CMYK 0.14 0.83 0 0.48
HSL 290.18º 0.71% 0.3% -
HSV(B) 290.18º 0.83% 0.52% -
XYZ 11.39 5.82 22.35 -
YUV 62.05 167.48 165.06 -
System Red Green Blue C M Y K H S L
Decimal 114 22 132 0.14 0.83 0 0.48 290.18 0.71 0.3
Hex 72 16 84 E 53 0 30 122 47 1E
Octal 162 26 204 16 123 0 60 442 107 36
Binary 1110010 10110 10000100 1110 1010011 0 110000 100100010 1000111 11110

Color Harmonies of #721684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721684

Black with #721684

Text Example


Text Example

White with #721684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721684; }

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

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

background-color css

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

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

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

border-color css

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

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

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