Html Css Color HEX #7548AB Studio

📋 copy color: '#7548AB'

red 117 ◦ green 72 ◦ blue 171

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

Shades of Studio #7548AB

Tints of Studio #7548AB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20%

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

R = 32.5%
G = 20%
B = 47.5%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7548AB (or 0x7548AB) is known color: Studio. HEX triplet: 75, 48 and AB. RGB value is (117,72,171). Sum of RGB (Red+Green+Blue) = 117+72+171=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #7548AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7548AB is #8AB754. Grayscale: #606060. Windows color (decimal): -9090901 or 11225205. OLE color: 11225205.

HSL color Cylindrical-coordinate representation of color #7548AB: hue angle of 267.27º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7548AB is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 72 171 -
CMYK 0.32 0.58 0 0.33
HSL 267.27º 0.41% 0.48% -
HSV(B) 267.27º 0.58% 0.67% -
XYZ 17 11.36 39.82 -
YUV 96.74 169.91 142.45 -
System Red Green Blue C M Y K H S L
Decimal 117 72 171 0.32 0.58 0 0.33 267.27 0.41 0.48
Hex 75 48 AB 20 3A 0 21 10B 29 30
Octal 165 110 253 40 72 0 41 413 51 60
Binary 1110101 1001000 10101011 100000 111010 0 100001 100001011 101001 110000

Color Harmonies of #7548AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7548AB

Black with #7548AB

Text Example


Text Example

White with #7548AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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