Html Css Color HEX #7540AD Studio

📋 copy color: '#7540AD'

red 117 ◦ green 64 ◦ blue 173

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

Shades of Studio #7540AD

Tints of Studio #7540AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.87%

R = 33.05%
G = 18.08%
B = 48.87%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7540AD (or 0x7540AD) is known color: Studio. HEX triplet: 75, 40 and AD. RGB value is (117,64,173). Sum of RGB (Red+Green+Blue) = 117+64+173=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #7540AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7540AD is #8ABF52. Grayscale: #5B5B5B. Windows color (decimal): -9092947 or 11354229. OLE color: 11354229.

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

Color convert

RGB 117 64 173 -
CMYK 0.32 0.63 0 0.32
HSL 269.17º 0.46% 0.46% -
HSV(B) 269.17º 0.63% 0.68% -
XYZ 16.71 10.47 40.67 -
YUV 92.27 173.56 145.64 -
System Red Green Blue C M Y K H S L
Decimal 117 64 173 0.32 0.63 0 0.32 269.17 0.46 0.46
Hex 75 40 AD 20 3F 0 20 10D 2E 2E
Octal 165 100 255 40 77 0 40 415 56 56
Binary 1110101 1000000 10101101 100000 111111 0 100000 100001101 101110 101110

Color Harmonies of #7540AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7540AD

Black with #7540AD

Text Example


Text Example

White with #7540AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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