Html Css Color HEX #7516E6 Blue Violet

📋 copy color: '#7516E6'

red 117 ◦ green 22 ◦ blue 230

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

Shades of Blue Violet #7516E6

Tints of Blue Violet #7516E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 62.33%

R = 31.71%
G = 5.96%
B = 62.33%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7516E6 (or 0x7516E6) is known color: Blue Violet. HEX triplet: 75, 16 and E6. RGB value is (117,22,230). Sum of RGB (Red+Green+Blue) = 117+22+230=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 230 (90.23% from 255 or 62.33% from 369); Max value from RGB is 230 - color contains mainly: blue. Hex color #7516E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7516E6 is #8AE919. Grayscale: #494949. Windows color (decimal): -9103642 or 15079029. OLE color: 15079029.

HSL color Cylindrical-coordinate representation of color #7516E6: hue angle of 267.4º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7516E6 is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 22 230 -
CMYK 0.49 0.90 0 0.10
HSL 267.4º 0.83% 0.49% -
HSV(B) 267.4º 0.9% 0.9% -
XYZ 21.91 10.07 75.65 -
YUV 74.12 215.97 158.59 -
System Red Green Blue C M Y K H S L
Decimal 117 22 230 0.49 0.90 0 0.10 267.4 0.83 0.49
Hex 75 16 E6 31 5A 0 A 10B 53 31
Octal 165 26 346 61 132 0 12 413 123 61
Binary 1110101 10110 11100110 110001 1011010 0 1010 100001011 1010011 110001

Color Harmonies of #7516E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7516E6

Black with #7516E6

Text Example


Text Example

White with #7516E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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