#7F3CAF

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

Shades of Studio #7F3CAF

Tints of Studio #7F3CAF

Color information

#7F3CAF (or 0x7F3CAF) is unknown color: approx Studio. HEX triplet: 7F, 3C and AF. RGB value is (127,60,175). Sum of RGB (Red+Green+Blue) = 127+60+175=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 60 (23.83% from 255 or 16.57% 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 #7F3CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3CAF is #80C350. Grayscale: #5C5C5C. Windows color (decimal): -8438609 or 11484287. OLE color: 11484287.

HSL color Cylindrical-coordinate representation of color #7F3CAF: hue angle of 274.96º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F3CAF is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12760175-
CMYK0.270.6600.31
HSL274.96º48.94%46.08%-
HSV(B)274.96º65.71%68.63%-
XYZ18.1110.8441.7-
YUV93.14174.2152.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.08%
GREEN value IS 60 (23.83% from 255) = 16.57%
BLUE value IS 175 (68.75% from 255) = 48.34%
R=35.08%
G=16.57%
B=48.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127601750.270.6600.31274.9648.9446.08
Hex7F3CAF1B4201F113312e
Octal17774257331020374236156
Binary111111111110010101111110111000010011111100010011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,60,175); }

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

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

 a { background-color: rgb(127,60,175); }

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

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

 span { border-color: rgb(127,60,175); }

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