Html Css Color HEX #7541AC Studio

📋 copy color: '#7541AC'

red 117 ◦ green 65 ◦ blue 172

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

Shades of Studio #7541AC

Tints of Studio #7541AC

RGB

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

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

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

R = 33.05%
G = 18.36%
B = 48.59%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7541AC (or 0x7541AC) is known color: Studio. HEX triplet: 75, 41 and AC. RGB value is (117,65,172). Sum of RGB (Red+Green+Blue) = 117+65+172=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #7541AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7541AC is #8ABE53. Grayscale: #5C5C5C. Windows color (decimal): -9092692 or 11288949. OLE color: 11288949.

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

Color convert

RGB 117 65 172 -
CMYK 0.32 0.62 0 0.33
HSL 269.16º 0.45% 0.46% -
HSV(B) 269.16º 0.62% 0.67% -
XYZ 16.67 10.54 40.19 -
YUV 92.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 117 65 172 0.32 0.62 0 0.33 269.16 0.45 0.46
Hex 75 41 AC 20 3E 0 21 10D 2D 2E
Octal 165 101 254 40 76 0 41 415 55 56
Binary 1110101 1000001 10101100 100000 111110 0 100001 100001101 101101 101110

Color Harmonies of #7541AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7541AC

Black with #7541AC

Text Example


Text Example

White with #7541AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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