Html Css Color HEX #7855AA Studio

📋 copy color: '#7855AA'

red 120 ◦ green 85 ◦ blue 170

#7855AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #7855AA

Tints of Studio #7855AA

RGB

 RED value IS 120 (47.27% from 255) = 32%

 GREEN value IS 85 (33.59% from 255) = 22.67%

 BLUE value IS 170 (66.8% from 255) = 45.33%

R = 32%
G = 22.67%
B = 45.33%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7855AA (or 0x7855AA) is known color: Studio. HEX triplet: 78, 55 and AA. RGB value is (120,85,170). Sum of RGB (Red+Green+Blue) = 120+85+170=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #7855AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7855AA is #87AA55. Grayscale: #686868. Windows color (decimal): -8890966 or 11163000. OLE color: 11163000.

HSL color Cylindrical-coordinate representation of color #7855AA: hue angle of 264.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7855AA is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 85 170 -
CMYK 0.29 0.50 0 0.33
HSL 264.71º 0.33% 0.5% -
HSV(B) 264.71º 0.5% 0.67% -
XYZ 18.25 13.39 39.65 -
YUV 105.16 164.6 138.59 -
System Red Green Blue C M Y K H S L
Decimal 120 85 170 0.29 0.50 0 0.33 264.71 0.33 0.5
Hex 78 55 AA 1D 32 0 21 109 21 32
Octal 170 125 252 35 62 0 41 411 41 62
Binary 1111000 1010101 10101010 11101 110010 0 100001 100001001 100001 110010

Color Harmonies of #7855AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7855AA

Black with #7855AA

Text Example


Text Example

White with #7855AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7855AA; }

 p { color: rgb(120,85,170); }

 H1.HeaderClassName
 {
   color: #7855AA;
 }
 .AnyTagClassName
 {
   color: #7855AA;
 }
</style>

background-color css

<style>
 a { background-color: #7855AA; }

 a { background-color: rgb(120,85,170); }

 div.DivClassName
 {
   background-color: #7855AA;
 }
 .BgClassName
 {
   background-color: #7855AA;
 }
</style>

border-color css

<style>
 span { border-color: #7855AA; }

 span { border-color: rgb(120,85,170); }

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