#763FB5

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

Shades of Studio #763FB5

Tints of Studio #763FB5

Color information

#763FB5 (or 0x763FB5) is unknown color: approx Studio. HEX triplet: 76, 3F and B5. RGB value is (118,63,181). Sum of RGB (Red+Green+Blue) = 118+63+181=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #763FB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763FB5 is #89C04A. Grayscale: #5C5C5C. Windows color (decimal): -9027659 or 11878262. OLE color: 11878262.

HSL color Cylindrical-coordinate representation of color #763FB5: hue angle of 267.97º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #763FB5 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11863181-
CMYK0.350.6500.29
HSL267.97º48.36%47.84%-
HSV(B)267.97º65.19%70.98%-
XYZ17.5910.7444.86-
YUV92.9177.72145.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.60%
GREEN value IS 63 (25% from 255) = 17.40%
BLUE value IS 181 (71.09% from 255) = 50%
R=32.60%
G=17.40%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118631810.350.6500.29267.9748.3647.84
Hex763FB5234101D10c3030
Octal16677265431010354146060
Binary1110110111111101101011000111000001011101100001100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763FB5; }

 p { color: rgb(118,63,181); }

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

<style>
 a { background-color: #763FB5; }

 a { background-color: rgb(118,63,181); }

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

<style>
 span { border-color: #763FB5; }

 span { border-color: rgb(118,63,181); }

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