#7C4CBF

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

Shades of Studio #7C4CBF

Tints of Studio #7C4CBF

Color information

#7C4CBF (or 0x7C4CBF) is unknown color: approx Studio. HEX triplet: 7C, 4C and BF. RGB value is (124,76,191). Sum of RGB (Red+Green+Blue) = 124+76+191=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C4CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C4CBF is #83B340. Grayscale: #676767. Windows color (decimal): -8631105 or 12536956. OLE color: 12536956.

HSL color Cylindrical-coordinate representation of color #7C4CBF: hue angle of 265.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C4CBF is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12476191-
CMYK0.350.6000.25
HSL265.04º47.33%52.35%-
HSV(B)265.04º60.21%74.9%-
XYZ20.313.2250.77-
YUV103.46177.4142.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.71%
GREEN value IS 76 (30.08% from 255) = 19.44%
BLUE value IS 191 (75% from 255) = 48.85%
R=31.71%
G=19.44%
B=48.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124761910.350.6000.25265.0447.3352.35
Hex7C4CBF233C0191092f34
Octal17411427743740314115764
Binary1111100100110010111111100011111100011001100001001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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