Html Css Color HEX #7517DF Blue Violet

📋 copy color: '#7517DF'

red 117 ◦ green 23 ◦ blue 223

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

Shades of Blue Violet #7517DF

Tints of Blue Violet #7517DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.43%

R = 32.23%
G = 6.34%
B = 61.43%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7517DF (or 0x7517DF) is known color: Blue Violet. HEX triplet: 75, 17 and DF. RGB value is (117,23,223). Sum of RGB (Red+Green+Blue) = 117+23+223=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #7517DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7517DF is #8AE820. Grayscale: #494949. Windows color (decimal): -9103393 or 14620533. OLE color: 14620533.

HSL color Cylindrical-coordinate representation of color #7517DF: hue angle of 268.2º 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 #7517DF is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 23 223 -
CMYK 0.48 0.90 0 0.13
HSL 268.2º 0.81% 0.48% -
HSV(B) 268.2º 0.9% 0.87% -
XYZ 20.96 9.72 70.58 -
YUV 73.91 212.14 158.74 -
System Red Green Blue C M Y K H S L
Decimal 117 23 223 0.48 0.90 0 0.13 268.2 0.81 0.48
Hex 75 17 DF 30 5A 0 D 10C 51 30
Octal 165 27 337 60 132 0 15 414 121 60
Binary 1110101 10111 11011111 110000 1011010 0 1101 100001100 1010001 110000

Color Harmonies of #7517DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7517DF

Black with #7517DF

Text Example


Text Example

White with #7517DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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