#7848AB

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

Shades of Studio #7848AB

Tints of Studio #7848AB

Color information

#7848AB (or 0x7848AB) is unknown color: approx Studio. HEX triplet: 78, 48 and AB. RGB value is (120,72,171). Sum of RGB (Red+Green+Blue) = 120+72+171=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #7848AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7848AB is #87B754. Grayscale: #616161. Windows color (decimal): -8894293 or 11225208. OLE color: 11225208.

HSL color Cylindrical-coordinate representation of color #7848AB: hue angle of 269.09º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7848AB is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12072171-
CMYK0.300.5800.33
HSL269.09º40.74%47.65%-
HSV(B)269.09º57.89%67.06%-
XYZ17.4111.5739.84-
YUV97.64169.4143.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.06%
GREEN value IS 72 (28.52% from 255) = 19.83%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=33.06%
G=19.83%
B=47.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120721710.300.5800.33269.0940.7447.65
Hex7848AB1E3A02110d2930
Octal17011025336720414155160
Binary1111000100100010101011111101110100100001100001101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7848AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7848AB; }

 p { color: rgb(120,72,171); }

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

<style>
 a { background-color: #7848AB; }

 a { background-color: rgb(120,72,171); }

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

<style>
 span { border-color: #7848AB; }

 span { border-color: rgb(120,72,171); }

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