Html Css Color HEX #7511A4 Vivid Violet

📋 copy color: '#7511A4'

red 117 ◦ green 17 ◦ blue 164

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

Shades of Vivid Violet #7511A4

Tints of Vivid Violet #7511A4

RGB

 RED value IS 117 (46.09% from 255) = 39.26%

 GREEN value IS 17 (7.03% from 255) = 5.7%

 BLUE value IS 164 (64.45% from 255) = 55.03%

R = 39.26%
G = 5.7%
B = 55.03%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7511A4 (or 0x7511A4) is known color: Vivid Violet. HEX triplet: 75, 11 and A4. RGB value is (117,17,164). Sum of RGB (Red+Green+Blue) = 117+17+164=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 164 (64.45% from 255 or 55.03% from 298); Max value from RGB is 164 - color contains mainly: blue. Hex color #7511A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7511A4 is #8AEE5B. Grayscale: #3F3F3F. Windows color (decimal): -9104988 or 10752373. OLE color: 10752373.

HSL color Cylindrical-coordinate representation of color #7511A4: hue angle of 280.82º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7511A4 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 17 164 -
CMYK 0.29 0.90 0 0.36
HSL 280.82º 0.81% 0.35% -
HSV(B) 280.82º 0.9% 0.64% -
XYZ 14.24 6.86 35.7 -
YUV 63.66 184.63 166.05 -
System Red Green Blue C M Y K H S L
Decimal 117 17 164 0.29 0.90 0 0.36 280.82 0.81 0.35
Hex 75 11 A4 1D 5A 0 24 119 51 23
Octal 165 21 244 35 132 0 44 431 121 43
Binary 1110101 10001 10100100 11101 1011010 0 100100 100011001 1010001 100011

Color Harmonies of #7511A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7511A4

Black with #7511A4

Text Example


Text Example

White with #7511A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7511A4; }

 p { color: rgb(117,17,164); }

 H1.HeaderClassName
 {
   color: #7511A4;
 }
 .AnyTagClassName
 {
   color: #7511A4;
 }
</style>

background-color css

<style>
 a { background-color: #7511A4; }

 a { background-color: rgb(117,17,164); }

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

border-color css

<style>
 span { border-color: #7511A4; }

 span { border-color: rgb(117,17,164); }

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