Html Css Color HEX #7421A3 Vivid Violet

📋 copy color: '#7421A3'

red 116 ◦ green 33 ◦ blue 163

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

Shades of Vivid Violet #7421A3

Tints of Vivid Violet #7421A3

RGB

 RED value IS 116 (45.7% from 255) = 37.18%

 GREEN value IS 33 (13.28% from 255) = 10.58%

 BLUE value IS 163 (64.06% from 255) = 52.24%

R = 37.18%
G = 10.58%
B = 52.24%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7421A3 (or 0x7421A3) is known color: Vivid Violet. HEX triplet: 74, 21 and A3. RGB value is (116,33,163). Sum of RGB (Red+Green+Blue) = 116+33+163=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 163 (64.06% from 255 or 52.24% from 312); Max value from RGB is 163 - color contains mainly: blue. Hex color #7421A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7421A3 is #8BDE5C. Grayscale: #484848. Windows color (decimal): -9166429 or 10690932. OLE color: 10690932.

HSL color Cylindrical-coordinate representation of color #7421A3: hue angle of 278.31º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7421A3 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 33 163 -
CMYK 0.29 0.80 0 0.36
HSL 278.31º 0.66% 0.38% -
HSV(B) 278.31º 0.8% 0.64% -
XYZ 14.36 7.45 35.33 -
YUV 72.64 179 158.93 -
System Red Green Blue C M Y K H S L
Decimal 116 33 163 0.29 0.80 0 0.36 278.31 0.66 0.38
Hex 74 21 A3 1D 50 0 24 116 42 26
Octal 164 41 243 35 120 0 44 426 102 46
Binary 1110100 100001 10100011 11101 1010000 0 100100 100010110 1000010 100110

Color Harmonies of #7421A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7421A3

Black with #7421A3

Text Example


Text Example

White with #7421A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7421A3; }

 p { color: rgb(116,33,163); }

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

background-color css

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

 a { background-color: rgb(116,33,163); }

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

border-color css

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

 span { border-color: rgb(116,33,163); }

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