Html Css Color HEX #7517EE Blue Violet

📋 copy color: '#7517EE'

red 117 ◦ green 23 ◦ blue 238

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

Shades of Blue Violet #7517EE

Tints of Blue Violet #7517EE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.08%

 BLUE value IS 238 (93.36% from 255) = 62.96%

R = 30.95%
G = 6.08%
B = 62.96%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7517EE (or 0x7517EE) is known color: Blue Violet. HEX triplet: 75, 17 and EE. RGB value is (117,23,238). Sum of RGB (Red+Green+Blue) = 117+23+238=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #7517EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7517EE is #8AE811. Grayscale: #4A4A4A. Windows color (decimal): -9103378 or 15603573. OLE color: 15603573.

HSL color Cylindrical-coordinate representation of color #7517EE: hue angle of 266.23º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7517EE is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 23 238 -
CMYK 0.51 0.90 0 0.07
HSL 266.23º 0.86% 0.51% -
HSV(B) 266.23º 0.9% 0.93% -
XYZ 23.08 10.57 81.71 -
YUV 75.62 219.64 157.52 -
System Red Green Blue C M Y K H S L
Decimal 117 23 238 0.51 0.90 0 0.07 266.23 0.86 0.51
Hex 75 17 EE 33 5A 0 7 10A 56 33
Octal 165 27 356 63 132 0 7 412 126 63
Binary 1110101 10111 11101110 110011 1011010 0 111 100001010 1010110 110011

Color Harmonies of #7517EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7517EE

Black with #7517EE

Text Example


Text Example

White with #7517EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7517EE; }

 p { color: rgb(117,23,238); }

 H1.HeaderClassName
 {
   color: #7517EE;
 }
 .AnyTagClassName
 {
   color: #7517EE;
 }
</style>

background-color css

<style>
 a { background-color: #7517EE; }

 a { background-color: rgb(117,23,238); }

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

border-color css

<style>
 span { border-color: #7517EE; }

 span { border-color: rgb(117,23,238); }

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