Html Css Color HEX #7516EB Blue Violet

📋 copy color: '#7516EB'

red 117 ◦ green 22 ◦ blue 235

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

Shades of Blue Violet #7516EB

Tints of Blue Violet #7516EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.83%

R = 31.28%
G = 5.88%
B = 62.83%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7516EB (or 0x7516EB) is known color: Blue Violet. HEX triplet: 75, 16 and EB. RGB value is (117,22,235). Sum of RGB (Red+Green+Blue) = 117+22+235=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #7516EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7516EB is #8AE914. Grayscale: #494949. Windows color (decimal): -9103637 or 15406709. OLE color: 15406709.

HSL color Cylindrical-coordinate representation of color #7516EB: hue angle of 266.76º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7516EB is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 22 235 -
CMYK 0.50 0.91 0 0.08
HSL 266.76º 0.84% 0.5% -
HSV(B) 266.76º 0.91% 0.92% -
XYZ 22.62 10.35 79.4 -
YUV 74.69 218.47 158.18 -
System Red Green Blue C M Y K H S L
Decimal 117 22 235 0.50 0.91 0 0.08 266.76 0.84 0.5
Hex 75 16 EB 32 5B 0 8 10B 54 32
Octal 165 26 353 62 133 0 10 413 124 62
Binary 1110101 10110 11101011 110010 1011011 0 1000 100001011 1010100 110010

Color Harmonies of #7516EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7516EB

Black with #7516EB

Text Example


Text Example

White with #7516EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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