Html Css Color HEX #721989 Vivid Violet

📋 copy color: '#721989'

red 114 ◦ green 25 ◦ blue 137

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

Shades of Vivid Violet #721989

Tints of Vivid Violet #721989

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.06%

 BLUE value IS 137 (53.91% from 255) = 49.64%

R = 41.3%
G = 9.06%
B = 49.64%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#721989 (or 0x721989) is known color: Vivid Violet. HEX triplet: 72, 19 and 89. RGB value is (114,25,137). Sum of RGB (Red+Green+Blue) = 114+25+137=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #721989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721989 is #8DE676. Grayscale: #404040. Windows color (decimal): -9299575 or 8984946. OLE color: 8984946.

HSL color Cylindrical-coordinate representation of color #721989: hue angle of 287.68º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721989 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 25 137 -
CMYK 0.17 0.82 0 0.46
HSL 287.68º 0.69% 0.32% -
HSV(B) 287.68º 0.82% 0.54% -
XYZ 11.8 6.08 24.22 -
YUV 64.38 168.99 163.39 -
System Red Green Blue C M Y K H S L
Decimal 114 25 137 0.17 0.82 0 0.46 287.68 0.69 0.32
Hex 72 19 89 11 52 0 2E 120 45 20
Octal 162 31 211 21 122 0 56 440 105 40
Binary 1110010 11001 10001001 10001 1010010 0 101110 100100000 1000101 100000

Color Harmonies of #721989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721989

Black with #721989

Text Example


Text Example

White with #721989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721989; }

 p { color: rgb(114,25,137); }

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

background-color css

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

 a { background-color: rgb(114,25,137); }

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

border-color css

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

 span { border-color: rgb(114,25,137); }

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