Html Css Color HEX #7548BC Studio

📋 copy color: '#7548BC'

red 117 ◦ green 72 ◦ blue 188

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

Shades of Studio #7548BC

Tints of Studio #7548BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.87%

R = 31.03%
G = 19.1%
B = 49.87%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7548BC (or 0x7548BC) is known color: Studio. HEX triplet: 75, 48 and BC. RGB value is (117,72,188). Sum of RGB (Red+Green+Blue) = 117+72+188=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #7548BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7548BC is #8AB743. Grayscale: #626262. Windows color (decimal): -9090884 or 12339317. OLE color: 12339317.

HSL color Cylindrical-coordinate representation of color #7548BC: hue angle of 263.28º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7548BC is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 72 188 -
CMYK 0.38 0.62 0 0.26
HSL 263.28º 0.46% 0.51% -
HSV(B) 263.28º 0.62% 0.74% -
XYZ 18.73 12.05 48.92 -
YUV 98.68 178.41 141.07 -
System Red Green Blue C M Y K H S L
Decimal 117 72 188 0.38 0.62 0 0.26 263.28 0.46 0.51
Hex 75 48 BC 26 3E 0 1A 107 2E 33
Octal 165 110 274 46 76 0 32 407 56 63
Binary 1110101 1001000 10111100 100110 111110 0 11010 100000111 101110 110011

Color Harmonies of #7548BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7548BC

Black with #7548BC

Text Example


Text Example

White with #7548BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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