#7653B1

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

Shades of Studio #7653B1

Tints of Studio #7653B1

Color information

#7653B1 (or 0x7653B1) is unknown color: approx Studio. HEX triplet: 76, 53 and B1. RGB value is (118,83,177). Sum of RGB (Red+Green+Blue) = 118+83+177=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 177 (69.53% from 255 or 46.83% from 378); Max value from RGB is 177 - color contains mainly: blue. Hex color #7653B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7653B1 is #89AC4E. Grayscale: #676767. Windows color (decimal): -9022543 or 11621238. OLE color: 11621238.

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

Color convert

RGB11883177-
CMYK0.330.5300.31
HSL262.34º37.6%50.98%-
HSV(B)262.34º53.11%69.41%-
XYZ18.513.2143.17-
YUV104.18169.1137.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 83 (32.81% from 255) = 21.96%
BLUE value IS 177 (69.53% from 255) = 46.83%
R=31.22%
G=21.96%
B=46.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118831770.330.5300.31262.3437.650.98
Hex7653B1213501F1062633
Octal16612326141650374064663
Binary1110110101001110110001100001110101011111100000110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7653B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,83,177); }

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

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

 a { background-color: rgb(118,83,177); }

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

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

 span { border-color: rgb(118,83,177); }

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