Html Css Color HEX #784BAB Studio

📋 copy color: '#784BAB'

red 120 ◦ green 75 ◦ blue 171

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

Shades of Studio #784BAB

Tints of Studio #784BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.49%

 BLUE value IS 171 (67.19% from 255) = 46.72%

R = 32.79%
G = 20.49%
B = 46.72%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#784BAB (or 0x784BAB) is known color: Studio. HEX triplet: 78, 4B and AB. RGB value is (120,75,171). Sum of RGB (Red+Green+Blue) = 120+75+171=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #784BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784BAB is #87B454. Grayscale: #636363. Windows color (decimal): -8893525 or 11225976. OLE color: 11225976.

HSL color Cylindrical-coordinate representation of color #784BAB: hue angle of 268.12º 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 #784BAB is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 75 171 -
CMYK 0.30 0.56 0 0.33
HSL 268.13º 0.39% 0.48% -
HSV(B) 268.13º 0.56% 0.67% -
XYZ 17.61 11.97 39.91 -
YUV 99.4 168.41 142.69 -
System Red Green Blue C M Y K H S L
Decimal 120 75 171 0.30 0.56 0 0.33 268.13 0.39 0.48
Hex 78 4B AB 1E 38 0 21 10C 27 30
Octal 170 113 253 36 70 0 41 414 47 60
Binary 1111000 1001011 10101011 11110 111000 0 100001 100001100 100111 110000

Color Harmonies of #784BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784BAB

Black with #784BAB

Text Example


Text Example

White with #784BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,75,171); }

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

background-color css

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

 a { background-color: rgb(120,75,171); }

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

border-color css

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

 span { border-color: rgb(120,75,171); }

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