Html Css Color HEX #721988 Vivid Violet

📋 copy color: '#721988'

red 114 ◦ green 25 ◦ blue 136

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

Shades of Vivid Violet #721988

Tints of Vivid Violet #721988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.45%

R = 41.45%
G = 9.09%
B = 49.45%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#721988 (or 0x721988) is known color: Vivid Violet. HEX triplet: 72, 19 and 88. RGB value is (114,25,136). Sum of RGB (Red+Green+Blue) = 114+25+136=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #721988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721988 is #8DE677. Grayscale: #3F3F3F. Windows color (decimal): -9299576 or 8919410. OLE color: 8919410.

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

Color convert

RGB 114 25 136 -
CMYK 0.16 0.82 0 0.47
HSL 288.11º 0.69% 0.32% -
HSV(B) 288.11º 0.82% 0.53% -
XYZ 11.73 6.05 23.84 -
YUV 64.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 114 25 136 0.16 0.82 0 0.47 288.11 0.69 0.32
Hex 72 19 88 10 52 0 2F 120 45 20
Octal 162 31 210 20 122 0 57 440 105 40
Binary 1110010 11001 10001000 10000 1010010 0 101111 100100000 1000101 100000

Color Harmonies of #721988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721988

Black with #721988

Text Example


Text Example

White with #721988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721988; }

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

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

background-color css

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

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

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

border-color css

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

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

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