Html Css Color HEX #784AAA Studio

📋 copy color: '#784AAA'

red 120 ◦ green 74 ◦ blue 170

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

Shades of Studio #784AAA

Tints of Studio #784AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.33%

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

R = 32.97%
G = 20.33%
B = 46.7%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#784AAA (or 0x784AAA) is known color: Studio. HEX triplet: 78, 4A and AA. RGB value is (120,74,170). Sum of RGB (Red+Green+Blue) = 120+74+170=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #784AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784AAA is #87B555. Grayscale: #626262. Windows color (decimal): -8893782 or 11160184. OLE color: 11160184.

HSL color Cylindrical-coordinate representation of color #784AAA: hue angle of 268.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #784AAA is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 74 170 -
CMYK 0.29 0.56 0 0.33
HSL 268.75º 0.39% 0.48% -
HSV(B) 268.75º 0.56% 0.67% -
XYZ 17.45 11.79 39.39 -
YUV 98.7 168.24 143.19 -
System Red Green Blue C M Y K H S L
Decimal 120 74 170 0.29 0.56 0 0.33 268.75 0.39 0.48
Hex 78 4A AA 1D 38 0 21 10D 27 30
Octal 170 112 252 35 70 0 41 415 47 60
Binary 1111000 1001010 10101010 11101 111000 0 100001 100001101 100111 110000

Color Harmonies of #784AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784AAA

Black with #784AAA

Text Example


Text Example

White with #784AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784AAA; }

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

 H1.HeaderClassName
 {
   color: #784AAA;
 }
 .AnyTagClassName
 {
   color: #784AAA;
 }
</style>

background-color css

<style>
 a { background-color: #784AAA; }

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

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

border-color css

<style>
 span { border-color: #784AAA; }

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

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