Html Css Color HEX #7418A0 Vivid Violet

📋 copy color: '#7418A0'

red 116 ◦ green 24 ◦ blue 160

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

Shades of Vivid Violet #7418A0

Tints of Vivid Violet #7418A0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8%

 BLUE value IS 160 (62.89% from 255) = 53.33%

R = 38.67%
G = 8%
B = 53.33%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7418A0 (or 0x7418A0) is known color: Vivid Violet. HEX triplet: 74, 18 and A0. RGB value is (116,24,160). Sum of RGB (Red+Green+Blue) = 116+24+160=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 160 (62.89% from 255 or 53.33% from 300); Max value from RGB is 160 - color contains mainly: blue. Hex color #7418A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7418A0 is #8BE75F. Grayscale: #424242. Windows color (decimal): -9168736 or 10492020. OLE color: 10492020.

HSL color Cylindrical-coordinate representation of color #7418A0: hue angle of 280.59º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7418A0 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 24 160 -
CMYK 0.28 0.85 0 0.37
HSL 280.59º 0.74% 0.36% -
HSV(B) 280.59º 0.85% 0.63% -
XYZ 13.87 6.9 33.86 -
YUV 67.01 180.48 162.94 -
System Red Green Blue C M Y K H S L
Decimal 116 24 160 0.28 0.85 0 0.37 280.59 0.74 0.36
Hex 74 18 A0 1C 55 0 25 119 4A 24
Octal 164 30 240 34 125 0 45 431 112 44
Binary 1110100 11000 10100000 11100 1010101 0 100101 100011001 1001010 100100

Color Harmonies of #7418A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7418A0

Black with #7418A0

Text Example


Text Example

White with #7418A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7418A0; }

 p { color: rgb(116,24,160); }

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

background-color css

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

 a { background-color: rgb(116,24,160); }

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

border-color css

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

 span { border-color: rgb(116,24,160); }

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