Html Css Color HEX #7540DF Blue Violet

📋 copy color: '#7540DF'

red 117 ◦ green 64 ◦ blue 223

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

Shades of Blue Violet #7540DF

Tints of Blue Violet #7540DF

RGB

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

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

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

R = 28.96%
G = 15.84%
B = 55.2%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7540DF (or 0x7540DF) is known color: Blue Violet. HEX triplet: 75, 40 and DF. RGB value is (117,64,223). Sum of RGB (Red+Green+Blue) = 117+64+223=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #7540DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7540DF is #8ABF20. Grayscale: #616161. Windows color (decimal): -9092897 or 14631029. OLE color: 14631029.

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

Color convert

RGB 117 64 223 -
CMYK 0.48 0.71 0 0.13
HSL 260º 0.71% 0.56% -
HSV(B) 260º 0.71% 0.87% -
XYZ 22.49 12.78 71.09 -
YUV 97.97 198.56 141.57 -
System Red Green Blue C M Y K H S L
Decimal 117 64 223 0.48 0.71 0 0.13 260 0.71 0.56
Hex 75 40 DF 30 47 0 D 104 47 38
Octal 165 100 337 60 107 0 15 404 107 70
Binary 1110101 1000000 11011111 110000 1000111 0 1101 100000100 1000111 111000

Color Harmonies of #7540DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7540DF

Black with #7540DF

Text Example


Text Example

White with #7540DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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