#7D469C

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

Shades of Studio #7D469C

Tints of Studio #7D469C

Color information

#7D469C (or 0x7D469C) is unknown color: approx Studio. HEX triplet: 7D, 46 and 9C. RGB value is (125,70,156). Sum of RGB (Red+Green+Blue) = 125+70+156=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D469C is #82B963. Grayscale: #5F5F5F. Windows color (decimal): -8567140 or 10241661. OLE color: 10241661.

HSL color Cylindrical-coordinate representation of color #7D469C: hue angle of 278.37º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D469C is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12570156-
CMYK0.200.5500.39
HSL278.37º38.05%44.31%-
HSV(B)278.37º55.13%61.18%-
XYZ16.6511.1432.73-
YUV96.25161.72148.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.61%
GREEN value IS 70 (27.73% from 255) = 19.94%
BLUE value IS 156 (61.33% from 255) = 44.44%
R=35.61%
G=19.94%
B=44.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal125701560.200.5500.39278.3738.0544.31
Hex7D469C1437027116262c
Octal17510623424670474264654
Binary1111101100011010011100101001101110100111100010110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,70,156); }

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

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

 a { background-color: rgb(125,70,156); }

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

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

 span { border-color: rgb(125,70,156); }

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