Html Css Color HEX #7540AC Studio

📋 copy color: '#7540AC'

red 117 ◦ green 64 ◦ blue 172

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

Shades of Studio #7540AC

Tints of Studio #7540AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 33.14%
G = 18.13%
B = 48.73%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7540AC (or 0x7540AC) is known color: Studio. HEX triplet: 75, 40 and AC. RGB value is (117,64,172). Sum of RGB (Red+Green+Blue) = 117+64+172=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #7540AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7540AC is #8ABF53. Grayscale: #5B5B5B. Windows color (decimal): -9092948 or 11288693. OLE color: 11288693.

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

Color convert

RGB 117 64 172 -
CMYK 0.32 0.63 0 0.33
HSL 269.44º 0.46% 0.46% -
HSV(B) 269.44º 0.63% 0.67% -
XYZ 16.62 10.43 40.17 -
YUV 92.16 173.06 145.72 -
System Red Green Blue C M Y K H S L
Decimal 117 64 172 0.32 0.63 0 0.33 269.44 0.46 0.46
Hex 75 40 AC 20 3F 0 21 10D 2E 2E
Octal 165 100 254 40 77 0 41 415 56 56
Binary 1110101 1000000 10101100 100000 111111 0 100001 100001101 101110 101110

Color Harmonies of #7540AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7540AC

Black with #7540AC

Text Example


Text Example

White with #7540AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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