Html Css Color HEX #784AA7 Studio

📋 copy color: '#784AA7'

red 120 ◦ green 74 ◦ blue 167

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

Shades of Studio #784AA7

Tints of Studio #784AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.26%

R = 33.24%
G = 20.5%
B = 46.26%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#784AA7 (or 0x784AA7) is known color: Studio. HEX triplet: 78, 4A and A7. RGB value is (120,74,167). Sum of RGB (Red+Green+Blue) = 120+74+167=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 167 (65.62% from 255 or 46.26% from 361); Max value from RGB is 167 - color contains mainly: blue. Hex color #784AA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784AA7 is #87B558. Grayscale: #626262. Windows color (decimal): -8893785 or 10963576. OLE color: 10963576.

HSL color Cylindrical-coordinate representation of color #784AA7: hue angle of 269.68º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #784AA7 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 120 74 167 -
CMYK 0.28 0.56 0 0.35
HSL 269.68º 0.39% 0.47% -
HSV(B) 269.68º 0.56% 0.65% -
XYZ 17.17 11.68 37.91 -
YUV 98.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 120 74 167 0.28 0.56 0 0.35 269.68 0.39 0.47
Hex 78 4A A7 1C 38 0 23 10E 27 2F
Octal 170 112 247 34 70 0 43 416 47 57
Binary 1111000 1001010 10100111 11100 111000 0 100011 100001110 100111 101111

Color Harmonies of #784AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784AA7

Black with #784AA7

Text Example


Text Example

White with #784AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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