Html Css Color HEX #7540EF Blue Violet

📋 copy color: '#7540EF'

red 117 ◦ green 64 ◦ blue 239

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

Shades of Blue Violet #7540EF

Tints of Blue Violet #7540EF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.24%

 BLUE value IS 239 (93.75% from 255) = 56.9%

R = 27.86%
G = 15.24%
B = 56.9%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7540EF (or 0x7540EF) is known color: Blue Violet. HEX triplet: 75, 40 and EF. RGB value is (117,64,239). Sum of RGB (Red+Green+Blue) = 117+64+239=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #7540EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7540EF is #8ABF10. Grayscale: #636363. Windows color (decimal): -9092881 or 15679605. OLE color: 15679605.

HSL color Cylindrical-coordinate representation of color #7540EF: hue angle of 258.17º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7540EF is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 64 239 -
CMYK 0.51 0.73 0 0.06
HSL 258.17º 0.85% 0.59% -
HSV(B) 258.17º 0.73% 0.94% -
XYZ 24.75 13.68 83 -
YUV 99.8 206.56 140.27 -
System Red Green Blue C M Y K H S L
Decimal 117 64 239 0.51 0.73 0 0.06 258.17 0.85 0.59
Hex 75 40 EF 33 49 0 6 102 55 3B
Octal 165 100 357 63 111 0 6 402 125 73
Binary 1110101 1000000 11101111 110011 1001001 0 110 100000010 1010101 111011

Color Harmonies of #7540EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7540EF

Black with #7540EF

Text Example


Text Example

White with #7540EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7540EF; }

 p { color: rgb(117,64,239); }

 H1.HeaderClassName
 {
   color: #7540EF;
 }
 .AnyTagClassName
 {
   color: #7540EF;
 }
</style>

background-color css

<style>
 a { background-color: #7540EF; }

 a { background-color: rgb(117,64,239); }

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

border-color css

<style>
 span { border-color: #7540EF; }

 span { border-color: rgb(117,64,239); }

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