Html Css Color HEX #7541AE Studio

📋 copy color: '#7541AE'

red 117 ◦ green 65 ◦ blue 174

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

Shades of Studio #7541AE

Tints of Studio #7541AE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.26%

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

R = 32.87%
G = 18.26%
B = 48.88%

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

#7541AE (or 0x7541AE) is known color: Studio. HEX triplet: 75, 41 and AE. RGB value is (117,65,174). Sum of RGB (Red+Green+Blue) = 117+65+174=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #7541AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7541AE is #8ABE51. Grayscale: #5C5C5C. Windows color (decimal): -9092690 or 11420021. OLE color: 11420021.

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

Color convert

RGB 117 65 174 -
CMYK 0.33 0.63 0 0.32
HSL 268.62º 0.46% 0.47% -
HSV(B) 268.62º 0.63% 0.68% -
XYZ 16.87 10.62 41.21 -
YUV 92.97 173.73 145.14 -
System Red Green Blue C M Y K H S L
Decimal 117 65 174 0.33 0.63 0 0.32 268.62 0.46 0.47
Hex 75 41 AE 21 3F 0 20 10D 2E 2F
Octal 165 101 256 41 77 0 40 415 56 57
Binary 1110101 1000001 10101110 100001 111111 0 100000 100001101 101110 101111

Color Harmonies of #7541AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7541AE

Black with #7541AE

Text Example


Text Example

White with #7541AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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