#7450B1

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

Shades of Studio #7450B1

Tints of Studio #7450B1

Color information

#7450B1 (or 0x7450B1) is unknown color: approx Studio. HEX triplet: 74, 50 and B1. RGB value is (116,80,177). Sum of RGB (Red+Green+Blue) = 116+80+177=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #7450B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7450B1 is #8BAF4E. Grayscale: #656565. Windows color (decimal): -9154383 or 11620468. OLE color: 11620468.

HSL color Cylindrical-coordinate representation of color #7450B1: hue angle of 262.27º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7450B1 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11680177-
CMYK0.340.5500.31
HSL262.27º38.34%50.39%-
HSV(B)262.27º54.8%69.41%-
XYZ18.0112.6243.08-
YUV101.82170.43138.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 177 (69.53% from 255) = 47.45%
R=31.10%
G=21.45%
B=47.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116801770.340.5500.31262.2738.3450.39
Hex7450B1223701F1062632
Octal16412026142670374064662
Binary1110100101000010110001100010110111011111100000110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7450B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7450B1; }

 p { color: rgb(116,80,177); }

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

<style>
 a { background-color: #7450B1; }

 a { background-color: rgb(116,80,177); }

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

<style>
 span { border-color: #7450B1; }

 span { border-color: rgb(116,80,177); }

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