Html Css Color HEX #721A88 Vivid Violet

📋 copy color: '#721A88'

red 114 ◦ green 26 ◦ blue 136

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

Shades of Vivid Violet #721A88

Tints of Vivid Violet #721A88

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.42%

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

R = 41.3%
G = 9.42%
B = 49.28%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#721A88 (or 0x721A88) is known color: Vivid Violet. HEX triplet: 72, 1A and 88. RGB value is (114,26,136). Sum of RGB (Red+Green+Blue) = 114+26+136=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #721A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721A88 is #8DE577. Grayscale: #404040. Windows color (decimal): -9299320 or 8919666. OLE color: 8919666.

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

Color convert

RGB 114 26 136 -
CMYK 0.16 0.81 0 0.47
HSL 288º 0.68% 0.32% -
HSV(B) 288º 0.81% 0.53% -
XYZ 11.75 6.09 23.85 -
YUV 64.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 114 26 136 0.16 0.81 0 0.47 288 0.68 0.32
Hex 72 1A 88 10 51 0 2F 120 44 20
Octal 162 32 210 20 121 0 57 440 104 40
Binary 1110010 11010 10001000 10000 1010001 0 101111 100100000 1000100 100000

Color Harmonies of #721A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721A88

Black with #721A88

Text Example


Text Example

White with #721A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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