#7542B3

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

Shades of Studio #7542B3

Tints of Studio #7542B3

Color information

#7542B3 (or 0x7542B3) is unknown color: approx Studio. HEX triplet: 75, 42 and B3. RGB value is (117,66,179). Sum of RGB (Red+Green+Blue) = 117+66+179=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 179 (70.31% from 255 or 49.45% from 362); Max value from RGB is 179 - color contains mainly: blue. Hex color #7542B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7542B3 is #8ABD4C. Grayscale: #5D5D5D. Windows color (decimal): -9092429 or 11747957. OLE color: 11747957.

HSL color Cylindrical-coordinate representation of color #7542B3: hue angle of 267.08º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7542B3 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11766179-
CMYK0.350.6300.30
HSL267.08º46.12%48.04%-
HSV(B)267.08º63.13%70.2%-
XYZ17.4210.9343.84-
YUV94.13175.9144.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.32%
GREEN value IS 66 (26.17% from 255) = 18.23%
BLUE value IS 179 (70.31% from 255) = 49.45%
R=32.32%
G=18.23%
B=49.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal117661790.350.6300.30267.0846.1248.04
Hex7542B3233F01E10b2e30
Octal16510226343770364135660
Binary1110101100001010110011100011111111011110100001011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7542B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7542B3; }

 p { color: rgb(117,66,179); }

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

<style>
 a { background-color: #7542B3; }

 a { background-color: rgb(117,66,179); }

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

<style>
 span { border-color: #7542B3; }

 span { border-color: rgb(117,66,179); }

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