Html Css Color HEX #7548BB Studio

📋 copy color: '#7548BB'

red 117 ◦ green 72 ◦ blue 187

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

Shades of Studio #7548BB

Tints of Studio #7548BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 31.12%
G = 19.15%
B = 49.73%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7548BB (or 0x7548BB) is known color: Studio. HEX triplet: 75, 48 and BB. RGB value is (117,72,187). Sum of RGB (Red+Green+Blue) = 117+72+187=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #7548BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7548BB is #8AB744. Grayscale: #626262. Windows color (decimal): -9090885 or 12273781. OLE color: 12273781.

HSL color Cylindrical-coordinate representation of color #7548BB: hue angle of 263.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7548BB is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 72 187 -
CMYK 0.37 0.61 0 0.27
HSL 263.48º 0.46% 0.51% -
HSV(B) 263.48º 0.61% 0.73% -
XYZ 18.62 12 48.35 -
YUV 98.57 177.91 141.15 -
System Red Green Blue C M Y K H S L
Decimal 117 72 187 0.37 0.61 0 0.27 263.48 0.46 0.51
Hex 75 48 BB 25 3D 0 1B 107 2E 33
Octal 165 110 273 45 75 0 33 407 56 63
Binary 1110101 1001000 10111011 100101 111101 0 11011 100000111 101110 110011

Color Harmonies of #7548BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7548BB

Black with #7548BB

Text Example


Text Example

White with #7548BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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