#7a3f9c

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

Shades of Studio #7A3F9C

Tints of Studio #7A3F9C

Color information

#7A3F9C (or 0x7A3F9C) is unknown color: approx Studio. HEX triplet: 7A, 3F and 9C. RGB value is (122,63,156). Sum of RGB (Red+Green+Blue) = 122+63+156=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A3F9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3F9C is #85C063. Grayscale: #5A5A5A. Windows color (decimal): -8765540 or 10239866. OLE color: 10239866.

HSL color Cylindrical-coordinate representation of color #7A3F9C: hue angle of 278.06º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A3F9C is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12263156-
CMYK0.220.6000.39
HSL278.06º42.47%42.94%-
HSV(B)278.06º59.62%61.18%-
XYZ15.810.0932.57-
YUV91.24164.55149.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.78%
GREEN value IS 63 (25% from 255) = 18.48%
BLUE value IS 156 (61.33% from 255) = 45.75%
R=35.78%
G=18.48%
B=45.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal122631560.220.6000.39278.0642.4742.94
Hex7A3F9C163C0271162a2b
Octal1727723426740474265253
Binary111101011111110011100101101111000100111100010110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a3f9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,63,156); }

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

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

 a { background-color: rgb(122,63,156); }

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

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

 span { border-color: rgb(122,63,156); }

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