Html Css Color HEX #7540AB Studio

📋 copy color: '#7540AB'

red 117 ◦ green 64 ◦ blue 171

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

Shades of Studio #7540AB

Tints of Studio #7540AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.58%

R = 33.24%
G = 18.18%
B = 48.58%

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

#7540AB (or 0x7540AB) is known color: Studio. HEX triplet: 75, 40 and AB. RGB value is (117,64,171). Sum of RGB (Red+Green+Blue) = 117+64+171=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #7540AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7540AB is #8ABF54. Grayscale: #5B5B5B. Windows color (decimal): -9092949 or 11223157. OLE color: 11223157.

HSL color Cylindrical-coordinate representation of color #7540AB: hue angle of 269.72º 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 #7540AB is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 64 171 -
CMYK 0.32 0.63 0 0.33
HSL 269.72º 0.46% 0.46% -
HSV(B) 269.72º 0.63% 0.67% -
XYZ 16.52 10.39 39.66 -
YUV 92.05 172.56 145.8 -
System Red Green Blue C M Y K H S L
Decimal 117 64 171 0.32 0.63 0 0.33 269.72 0.46 0.46
Hex 75 40 AB 20 3F 0 21 10E 2E 2E
Octal 165 100 253 40 77 0 41 416 56 56
Binary 1110101 1000000 10101011 100000 111111 0 100001 100001110 101110 101110

Color Harmonies of #7540AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7540AB

Black with #7540AB

Text Example


Text Example

White with #7540AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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