Html Css Color HEX #7541AA Studio

📋 copy color: '#7541AA'

red 117 ◦ green 65 ◦ blue 170

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

Shades of Studio #7541AA

Tints of Studio #7541AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.3%

R = 33.24%
G = 18.47%
B = 48.3%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7541AA (or 0x7541AA) is known color: Studio. HEX triplet: 75, 41 and AA. RGB value is (117,65,170). Sum of RGB (Red+Green+Blue) = 117+65+170=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #7541AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7541AA is #8ABE55. Grayscale: #5C5C5C. Windows color (decimal): -9092694 or 11157877. OLE color: 11157877.

HSL color Cylindrical-coordinate representation of color #7541AA: hue angle of 269.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7541AA is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 65 170 -
CMYK 0.31 0.62 0 0.33
HSL 269.71º 0.45% 0.46% -
HSV(B) 269.71º 0.62% 0.67% -
XYZ 16.48 10.46 39.18 -
YUV 92.52 171.73 145.46 -
System Red Green Blue C M Y K H S L
Decimal 117 65 170 0.31 0.62 0 0.33 269.71 0.45 0.46
Hex 75 41 AA 1F 3E 0 21 10E 2D 2E
Octal 165 101 252 37 76 0 41 416 55 56
Binary 1110101 1000001 10101010 11111 111110 0 100001 100001110 101101 101110

Color Harmonies of #7541AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7541AA

Black with #7541AA

Text Example


Text Example

White with #7541AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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