Html Css Color HEX #7518DF Blue Violet

📋 copy color: '#7518DF'

red 117 ◦ green 24 ◦ blue 223

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

Shades of Blue Violet #7518DF

Tints of Blue Violet #7518DF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.59%

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

R = 32.14%
G = 6.59%
B = 61.26%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7518DF (or 0x7518DF) is known color: Blue Violet. HEX triplet: 75, 18 and DF. RGB value is (117,24,223). Sum of RGB (Red+Green+Blue) = 117+24+223=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #7518DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7518DF is #8AE720. Grayscale: #494949. Windows color (decimal): -9103137 or 14620789. OLE color: 14620789.

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

Color convert

RGB 117 24 223 -
CMYK 0.48 0.89 0 0.13
HSL 268.04º 0.81% 0.48% -
HSV(B) 268.04º 0.89% 0.87% -
XYZ 20.98 9.76 70.59 -
YUV 74.49 211.81 158.32 -
System Red Green Blue C M Y K H S L
Decimal 117 24 223 0.48 0.89 0 0.13 268.04 0.81 0.48
Hex 75 18 DF 30 59 0 D 10C 51 30
Octal 165 30 337 60 131 0 15 414 121 60
Binary 1110101 11000 11011111 110000 1011001 0 1101 100001100 1010001 110000

Color Harmonies of #7518DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7518DF

Black with #7518DF

Text Example


Text Example

White with #7518DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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