Html Css Color HEX #784CB6 Studio

📋 copy color: '#784CB6'

red 120 ◦ green 76 ◦ blue 182

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

Shades of Studio #784CB6

Tints of Studio #784CB6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.11%

 BLUE value IS 182 (71.48% from 255) = 48.15%

R = 31.75%
G = 20.11%
B = 48.15%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#784CB6 (or 0x784CB6) is known color: Studio. HEX triplet: 78, 4C and B6. RGB value is (120,76,182). Sum of RGB (Red+Green+Blue) = 120+76+182=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #784CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784CB6 is #87B349. Grayscale: #646464. Windows color (decimal): -8893258 or 11947128. OLE color: 11947128.

HSL color Cylindrical-coordinate representation of color #784CB6: hue angle of 264.91º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #784CB6 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 76 182 -
CMYK 0.34 0.58 0 0.29
HSL 264.91º 0.42% 0.51% -
HSV(B) 264.91º 0.58% 0.71% -
XYZ 18.77 12.54 45.69 -
YUV 101.24 173.58 141.38 -
System Red Green Blue C M Y K H S L
Decimal 120 76 182 0.34 0.58 0 0.29 264.91 0.42 0.51
Hex 78 4C B6 22 3A 0 1D 109 2A 33
Octal 170 114 266 42 72 0 35 411 52 63
Binary 1111000 1001100 10110110 100010 111010 0 11101 100001001 101010 110011

Color Harmonies of #784CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784CB6

Black with #784CB6

Text Example


Text Example

White with #784CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,76,182); }

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

background-color css

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

 a { background-color: rgb(120,76,182); }

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

border-color css

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

 span { border-color: rgb(120,76,182); }

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