Html Css Color HEX #7540AE Studio

📋 copy color: '#7540AE'

red 117 ◦ green 64 ◦ blue 174

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

Shades of Studio #7540AE

Tints of Studio #7540AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.01%

R = 32.96%
G = 18.03%
B = 49.01%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7540AE (or 0x7540AE) is known color: Studio. HEX triplet: 75, 40 and AE. RGB value is (117,64,174). Sum of RGB (Red+Green+Blue) = 117+64+174=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #7540AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7540AE is #8ABF51. Grayscale: #5C5C5C. Windows color (decimal): -9092946 or 11419765. OLE color: 11419765.

HSL color Cylindrical-coordinate representation of color #7540AE: hue angle of 268.91º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7540AE is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 64 174 -
CMYK 0.33 0.63 0 0.32
HSL 268.91º 0.46% 0.47% -
HSV(B) 268.91º 0.63% 0.68% -
XYZ 16.81 10.5 41.19 -
YUV 92.39 174.06 145.56 -
System Red Green Blue C M Y K H S L
Decimal 117 64 174 0.33 0.63 0 0.32 268.91 0.46 0.47
Hex 75 40 AE 21 3F 0 20 10D 2E 2F
Octal 165 100 256 41 77 0 40 415 56 57
Binary 1110101 1000000 10101110 100001 111111 0 100000 100001101 101110 101111

Color Harmonies of #7540AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7540AE

Black with #7540AE

Text Example


Text Example

White with #7540AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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