Html Css Color HEX #7517DE Blue Violet

📋 copy color: '#7517DE'

red 117 ◦ green 23 ◦ blue 222

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

Shades of Blue Violet #7517DE

Tints of Blue Violet #7517DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 61.33%

R = 32.32%
G = 6.35%
B = 61.33%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7517DE (or 0x7517DE) is known color: Blue Violet. HEX triplet: 75, 17 and DE. RGB value is (117,23,222). Sum of RGB (Red+Green+Blue) = 117+23+222=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #7517DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7517DE is #8AE821. Grayscale: #494949. Windows color (decimal): -9103394 or 14554997. OLE color: 14554997.

HSL color Cylindrical-coordinate representation of color #7517DE: hue angle of 268.34º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7517DE is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 23 222 -
CMYK 0.47 0.90 0 0.13
HSL 268.34º 0.81% 0.48% -
HSV(B) 268.34º 0.9% 0.87% -
XYZ 20.83 9.67 69.88 -
YUV 73.79 211.64 158.82 -
System Red Green Blue C M Y K H S L
Decimal 117 23 222 0.47 0.90 0 0.13 268.34 0.81 0.48
Hex 75 17 DE 2F 5A 0 D 10C 51 30
Octal 165 27 336 57 132 0 15 414 121 60
Binary 1110101 10111 11011110 101111 1011010 0 1101 100001100 1010001 110000

Color Harmonies of #7517DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7517DE

Black with #7517DE

Text Example


Text Example

White with #7517DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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