Html Css Color HEX #7516A4 Vivid Violet

📋 copy color: '#7516A4'

red 117 ◦ green 22 ◦ blue 164

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

Shades of Vivid Violet #7516A4

Tints of Vivid Violet #7516A4

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.26%

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

R = 38.61%
G = 7.26%
B = 54.13%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7516A4 (or 0x7516A4) is known color: Vivid Violet. HEX triplet: 75, 16 and A4. RGB value is (117,22,164). Sum of RGB (Red+Green+Blue) = 117+22+164=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 164 (64.45% from 255 or 54.13% from 303); Max value from RGB is 164 - color contains mainly: blue. Hex color #7516A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7516A4 is #8AE95B. Grayscale: #424242. Windows color (decimal): -9103708 or 10753653. OLE color: 10753653.

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

Color convert

RGB 117 22 164 -
CMYK 0.29 0.87 0 0.36
HSL 280.14º 0.76% 0.36% -
HSV(B) 280.14º 0.87% 0.64% -
XYZ 14.32 7.04 35.73 -
YUV 66.59 182.97 163.95 -
System Red Green Blue C M Y K H S L
Decimal 117 22 164 0.29 0.87 0 0.36 280.14 0.76 0.36
Hex 75 16 A4 1D 57 0 24 118 4C 24
Octal 165 26 244 35 127 0 44 430 114 44
Binary 1110101 10110 10100100 11101 1010111 0 100100 100011000 1001100 100100

Color Harmonies of #7516A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7516A4

Black with #7516A4

Text Example


Text Example

White with #7516A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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