Html Css Color HEX #721C99 Vivid Violet

📋 copy color: '#721C99'

red 114 ◦ green 28 ◦ blue 153

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

Shades of Vivid Violet #721C99

Tints of Vivid Violet #721C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.49%

 BLUE value IS 153 (60.16% from 255) = 51.86%

R = 38.64%
G = 9.49%
B = 51.86%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#721C99 (or 0x721C99) is known color: Vivid Violet. HEX triplet: 72, 1C and 99. RGB value is (114,28,153). Sum of RGB (Red+Green+Blue) = 114+28+153=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #721C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721C99 is #8DE366. Grayscale: #434343. Windows color (decimal): -9298791 or 10034290. OLE color: 10034290.

HSL color Cylindrical-coordinate representation of color #721C99: hue angle of 281.28º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721C99 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 28 153 -
CMYK 0.25 0.82 0 0.4
HSL 281.28º 0.69% 0.35% -
HSV(B) 281.28º 0.82% 0.6% -
XYZ 13.1 6.71 30.74 -
YUV 67.96 175.99 160.84 -
System Red Green Blue C M Y K H S L
Decimal 114 28 153 0.25 0.82 0 0.4 281.28 0.69 0.35
Hex 72 1C 99 19 52 0 28 119 45 23
Octal 162 34 231 31 122 0 50 431 105 43
Binary 1110010 11100 10011001 11001 1010010 0 101000 100011001 1000101 100011

Color Harmonies of #721C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721C99

Black with #721C99

Text Example


Text Example

White with #721C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,28,153); }

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

background-color css

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

 a { background-color: rgb(114,28,153); }

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

border-color css

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

 span { border-color: rgb(114,28,153); }

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