Html Css Color HEX #7541A5 Studio

📋 copy color: '#7541A5'

red 117 ◦ green 65 ◦ blue 165

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

Shades of Studio #7541A5

Tints of Studio #7541A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 47.55%

R = 33.72%
G = 18.73%
B = 47.55%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7541A5 (or 0x7541A5) is known color: Studio. HEX triplet: 75, 41 and A5. RGB value is (117,65,165). Sum of RGB (Red+Green+Blue) = 117+65+165=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 165 (64.84% from 255 or 47.55% from 347); Max value from RGB is 165 - color contains mainly: blue. Hex color #7541A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7541A5 is #8ABE5A. Grayscale: #5B5B5B. Windows color (decimal): -9092699 or 10830197. OLE color: 10830197.

HSL color Cylindrical-coordinate representation of color #7541A5: hue angle of 271.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7541A5 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 65 165 -
CMYK 0.29 0.61 0 0.35
HSL 271.2º 0.43% 0.45% -
HSV(B) 271.2º 0.61% 0.65% -
XYZ 16.02 10.28 36.74 -
YUV 91.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 117 65 165 0.29 0.61 0 0.35 271.2 0.43 0.45
Hex 75 41 A5 1D 3D 0 23 10F 2B 2D
Octal 165 101 245 35 75 0 43 417 53 55
Binary 1110101 1000001 10100101 11101 111101 0 100011 100001111 101011 101101

Color Harmonies of #7541A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7541A5

Black with #7541A5

Text Example


Text Example

White with #7541A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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