#7D45BE

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

Shades of Studio #7D45BE

Tints of Studio #7D45BE

Color information

#7D45BE (or 0x7D45BE) is unknown color: approx Studio. HEX triplet: 7D, 45 and BE. RGB value is (125,69,190). Sum of RGB (Red+Green+Blue) = 125+69+190=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D45BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D45BE is #82BA41. Grayscale: #636363. Windows color (decimal): -8567362 or 12469629. OLE color: 12469629.

HSL color Cylindrical-coordinate representation of color #7D45BE: hue angle of 267.77º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D45BE is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12569190-
CMYK0.340.6400.25
HSL267.77º48.21%50.78%-
HSV(B)267.77º63.68%74.51%-
XYZ19.8812.3350.05-
YUV99.54179.05146.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.55%
GREEN value IS 69 (27.34% from 255) = 17.97%
BLUE value IS 190 (74.61% from 255) = 49.48%
R=32.55%
G=17.97%
B=49.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125691900.340.6400.25267.7748.2150.78
Hex7D45BE224001910c3033
Octal175105276421000314146063
Binary11111011000101101111101000101000000011001100001100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D45BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,69,190); }

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

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

 a { background-color: rgb(125,69,190); }

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

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

 span { border-color: rgb(125,69,190); }

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