#7844AD

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

Shades of Studio #7844AD

Tints of Studio #7844AD

Color information

#7844AD (or 0x7844AD) is unknown color: approx Studio. HEX triplet: 78, 44 and AD. RGB value is (120,68,173). Sum of RGB (Red+Green+Blue) = 120+68+173=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #7844AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7844AD is #87BB52. Grayscale: #5F5F5F. Windows color (decimal): -8895315 or 11355256. OLE color: 11355256.

HSL color Cylindrical-coordinate representation of color #7844AD: hue angle of 269.71º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7844AD is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12068173-
CMYK0.310.6100.32
HSL269.71º43.57%47.25%-
HSV(B)269.71º60.69%67.84%-
XYZ17.3611.1440.77-
YUV95.52171.73145.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.24%
GREEN value IS 68 (26.95% from 255) = 18.84%
BLUE value IS 173 (67.97% from 255) = 47.92%
R=33.24%
G=18.84%
B=47.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120681730.310.6100.32269.7143.5747.25
Hex7844AD1F3D02010e2c2f
Octal17010425537750404165457
Binary1111000100010010101101111111111010100000100001110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7844AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7844AD; }

 p { color: rgb(120,68,173); }

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

<style>
 a { background-color: #7844AD; }

 a { background-color: rgb(120,68,173); }

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

<style>
 span { border-color: #7844AD; }

 span { border-color: rgb(120,68,173); }

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