Html Css Color HEX #7414A5 Vivid Violet

📋 copy color: '#7414A5'

red 116 ◦ green 20 ◦ blue 165

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

Shades of Vivid Violet #7414A5

Tints of Vivid Violet #7414A5

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.64%

 BLUE value IS 165 (64.84% from 255) = 54.82%

R = 38.54%
G = 6.64%
B = 54.82%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7414A5 (or 0x7414A5) is known color: Vivid Violet. HEX triplet: 74, 14 and A5. RGB value is (116,20,165). Sum of RGB (Red+Green+Blue) = 116+20+165=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 165 (64.84% from 255 or 54.82% from 301); Max value from RGB is 165 - color contains mainly: blue. Hex color #7414A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7414A5 is #8BEB5A. Grayscale: #404040. Windows color (decimal): -9169755 or 10818676. OLE color: 10818676.

HSL color Cylindrical-coordinate representation of color #7414A5: hue angle of 279.72º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7414A5 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 20 165 -
CMYK 0.30 0.88 0 0.35
HSL 279.72º 0.78% 0.36% -
HSV(B) 279.72º 0.88% 0.65% -
XYZ 14.24 6.93 36.18 -
YUV 65.23 184.3 164.21 -
System Red Green Blue C M Y K H S L
Decimal 116 20 165 0.30 0.88 0 0.35 279.72 0.78 0.36
Hex 74 14 A5 1E 58 0 23 118 4E 24
Octal 164 24 245 36 130 0 43 430 116 44
Binary 1110100 10100 10100101 11110 1011000 0 100011 100011000 1001110 100100

Color Harmonies of #7414A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7414A5

Black with #7414A5

Text Example


Text Example

White with #7414A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7414A5; }

 p { color: rgb(116,20,165); }

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

background-color css

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

 a { background-color: rgb(116,20,165); }

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

border-color css

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

 span { border-color: rgb(116,20,165); }

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