#7843B7

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

Shades of Studio #7843B7

Tints of Studio #7843B7

Color information

#7843B7 (or 0x7843B7) is unknown color: approx Studio. HEX triplet: 78, 43 and B7. RGB value is (120,67,183). Sum of RGB (Red+Green+Blue) = 120+67+183=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 183 (71.88% from 255 or 49.46% from 370); Max value from RGB is 183 - color contains mainly: blue. Hex color #7843B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7843B7 is #87BC48. Grayscale: #5F5F5F. Windows color (decimal): -8895561 or 12010360. OLE color: 12010360.

HSL color Cylindrical-coordinate representation of color #7843B7: hue angle of 267.41º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7843B7 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12067183-
CMYK0.340.6300.28
HSL267.41º46.4%49.02%-
HSV(B)267.41º63.39%71.76%-
XYZ18.311.4346.04-
YUV96.07177.06145.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.43%
GREEN value IS 67 (26.56% from 255) = 18.11%
BLUE value IS 183 (71.88% from 255) = 49.46%
R=32.43%
G=18.11%
B=49.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120671830.340.6300.28267.4146.449.02
Hex7843B7223F01C10b2e31
Octal17010326742770344135661
Binary1111000100001110110111100010111111011100100001011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7843B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7843B7; }

 p { color: rgb(120,67,183); }

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

<style>
 a { background-color: #7843B7; }

 a { background-color: rgb(120,67,183); }

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

<style>
 span { border-color: #7843B7; }

 span { border-color: rgb(120,67,183); }

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