#7C4CBB

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

Shades of Studio #7C4CBB

Tints of Studio #7C4CBB

Color information

#7C4CBB (or 0x7C4CBB) is unknown color: approx Studio. HEX triplet: 7C, 4C and BB. RGB value is (124,76,187). Sum of RGB (Red+Green+Blue) = 124+76+187=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C4CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C4CBB is #83B344. Grayscale: #666666. Windows color (decimal): -8631109 or 12274812. OLE color: 12274812.

HSL color Cylindrical-coordinate representation of color #7C4CBB: hue angle of 265.95º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C4CBB is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12476187-
CMYK0.340.5900.27
HSL265.95º44.94%51.57%-
HSV(B)265.95º59.36%73.33%-
XYZ19.8713.0448.48-
YUV103.01175.4142.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.04%
GREEN value IS 76 (30.08% from 255) = 19.64%
BLUE value IS 187 (73.44% from 255) = 48.32%
R=32.04%
G=19.64%
B=48.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124761870.340.5900.27265.9544.9451.57
Hex7C4CBB223B01B10a2d34
Octal17411427342730334125564
Binary1111100100110010111011100010111011011011100001010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,76,187); }

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

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

 a { background-color: rgb(124,76,187); }

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

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

 span { border-color: rgb(124,76,187); }

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