#7845AD

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

Shades of Studio #7845AD

Tints of Studio #7845AD

Color information

#7845AD (or 0x7845AD) is unknown color: approx Studio. HEX triplet: 78, 45 and AD. RGB value is (120,69,173). Sum of RGB (Red+Green+Blue) = 120+69+173=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #7845AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7845AD is #87BA52. Grayscale: #5F5F5F. Windows color (decimal): -8895059 or 11355512. OLE color: 11355512.

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

Color convert

RGB12069173-
CMYK0.310.6000.32
HSL269.42º42.98%47.45%-
HSV(B)269.42º60.12%67.84%-
XYZ17.4211.2740.79-
YUV96.1171.4145.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.15%
GREEN value IS 69 (27.34% from 255) = 19.06%
BLUE value IS 173 (67.97% from 255) = 47.79%
R=33.15%
G=19.06%
B=47.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120691730.310.6000.32269.4242.9847.45
Hex7845AD1F3C02010d2b2f
Octal17010525537740404155357
Binary1111000100010110101101111111111000100000100001101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7845AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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