#7C3FAF

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

Shades of Studio #7C3FAF

Tints of Studio #7C3FAF

Color information

#7C3FAF (or 0x7C3FAF) is unknown color: approx Studio. HEX triplet: 7C, 3F and AF. RGB value is (124,63,175). Sum of RGB (Red+Green+Blue) = 124+63+175=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C3FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3FAF is #83C050. Grayscale: #5D5D5D. Windows color (decimal): -8634449 or 11485052. OLE color: 11485052.

HSL color Cylindrical-coordinate representation of color #7C3FAF: hue angle of 272.68º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C3FAF is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12463175-
CMYK0.290.6400.31
HSL272.68º47.06%46.67%-
HSV(B)272.68º64%68.63%-
XYZ17.8310.9441.73-
YUV94.01173.71149.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.25%
GREEN value IS 63 (25% from 255) = 17.40%
BLUE value IS 175 (68.75% from 255) = 48.34%
R=34.25%
G=17.40%
B=48.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124631750.290.6400.31272.6847.0646.67
Hex7C3FAF1D4001F1112f2f
Octal17477257351000374215757
Binary111110011111110101111111011000000011111100010001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,63,175); }

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

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

 a { background-color: rgb(124,63,175); }

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

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

 span { border-color: rgb(124,63,175); }

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