#7C4CAD

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

Shades of Studio #7C4CAD

Tints of Studio #7C4CAD

Color information

#7C4CAD (or 0x7C4CAD) is unknown color: approx Studio. HEX triplet: 7C, 4C and AD. RGB value is (124,76,173). Sum of RGB (Red+Green+Blue) = 124+76+173=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C4CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4CAD is #83B352. Grayscale: #656565. Windows color (decimal): -8631123 or 11357308. OLE color: 11357308.

HSL color Cylindrical-coordinate representation of color #7C4CAD: hue angle of 269.69º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C4CAD is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12476173-
CMYK0.280.5600.32
HSL269.69º38.96%48.82%-
HSV(B)269.69º56.07%67.84%-
XYZ18.4412.4740.97-
YUV101.41168.4144.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.24%
GREEN value IS 76 (30.08% from 255) = 20.38%
BLUE value IS 173 (67.97% from 255) = 46.38%
R=33.24%
G=20.38%
B=46.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124761730.280.5600.32269.6938.9648.82
Hex7C4CAD1C3802010e2731
Octal17411425534700404164761
Binary1111100100110010101101111001110000100000100001110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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