#7c48bd

Color #7C48BD Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7C48BD

Tints of Studio #7C48BD

Color information

#7C48BD (or 0x7C48BD) is unknown color: approx Studio. HEX triplet: 7C, 48 and BD. RGB value is (124,72,189). Sum of RGB (Red+Green+Blue) = 124+72+189=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C48BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C48BD is #83B742. Grayscale: #646464. Windows color (decimal): -8632131 or 12404860. OLE color: 12404860.

HSL color Cylindrical-coordinate representation of color #7C48BD: hue angle of 266.67º degrees, saturation: 0.47, 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 #7C48BD is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12472189-
CMYK0.340.6200.26
HSL266.67º46.99%51.18%-
HSV(B)266.67º61.9%74.12%-
XYZ19.8112.5949.53-
YUV100.89177.73144.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.21%
GREEN value IS 72 (28.52% from 255) = 18.70%
BLUE value IS 189 (74.22% from 255) = 49.09%
R=32.21%
G=18.70%
B=49.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal124721890.340.6200.26266.6746.9951.18
Hex7C48BD223E01A10b2f33
Octal17411027542760324135763
Binary1111100100100010111101100010111110011010100001011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c48bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7c48bd; }

 p { color: rgb(124,72,189); }

 H1.HeaderClassName
 {
   color: #7c48bd;
 }
 .AnyTagClassName
 {
   color: #7c48bd;
 }
</style>
background-color css

<style>
 a { background-color: #7c48bd; }

 a { background-color: rgb(124,72,189); }

 div.DivClassName
 {
   background-color: #7c48bd;
 }
 .BgClassName
 {
   background-color: #7c48bd;
 }
</style>
border-color css

<style>
 span { border-color: #7c48bd; }

 span { border-color: rgb(124,72,189); }

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