#7D429D

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

Shades of Studio #7D429D

Tints of Studio #7D429D

Color information

#7D429D (or 0x7D429D) is unknown color: approx Studio. HEX triplet: 7D, 42 and 9D. RGB value is (125,66,157). Sum of RGB (Red+Green+Blue) = 125+66+157=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D429D is #82BD62. Grayscale: #5D5D5D. Windows color (decimal): -8568163 or 10306173. OLE color: 10306173.

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

Color convert

RGB12566157-
CMYK0.200.5800.38
HSL278.9º40.81%43.73%-
HSV(B)278.9º57.96%61.57%-
XYZ16.4910.6933.09-
YUV94.01163.55150.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.92%
GREEN value IS 66 (26.17% from 255) = 18.97%
BLUE value IS 157 (61.72% from 255) = 45.11%
R=35.92%
G=18.97%
B=45.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125661570.200.5800.38278.940.8143.73
Hex7D429D143A026117292c
Octal17510223524720464275154
Binary1111101100001010011101101001110100100110100010111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,66,157); }

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

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

 a { background-color: rgb(125,66,157); }

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

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

 span { border-color: rgb(125,66,157); }

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