Html Css Color HEX #7518ED Blue Violet

📋 copy color: '#7518ED'

red 117 ◦ green 24 ◦ blue 237

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

Shades of Blue Violet #7518ED

Tints of Blue Violet #7518ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 62.7%

R = 30.95%
G = 6.35%
B = 62.7%

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

#7518ED (or 0x7518ED) is known color: Blue Violet. HEX triplet: 75, 18 and ED. RGB value is (117,24,237). Sum of RGB (Red+Green+Blue) = 117+24+237=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #7518ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7518ED is #8AE712. Grayscale: #4B4B4B. Windows color (decimal): -9103123 or 15538293. OLE color: 15538293.

HSL color Cylindrical-coordinate representation of color #7518ED: hue angle of 266.2º 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 #7518ED is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 24 237 -
CMYK 0.51 0.90 0 0.07
HSL 266.2º 0.86% 0.51% -
HSV(B) 266.2º 0.9% 0.93% -
XYZ 22.95 10.55 80.95 -
YUV 76.09 218.81 157.18 -
System Red Green Blue C M Y K H S L
Decimal 117 24 237 0.51 0.90 0 0.07 266.2 0.86 0.51
Hex 75 18 ED 33 5A 0 7 10A 56 33
Octal 165 30 355 63 132 0 7 412 126 63
Binary 1110101 11000 11101101 110011 1011010 0 111 100001010 1010110 110011

Color Harmonies of #7518ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7518ED

Black with #7518ED

Text Example


Text Example

White with #7518ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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