Html Css Color HEX #7C50BA Studio

📋 copy color: '#7C50BA'

red 124 ◦ green 80 ◦ blue 186

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

Shades of Studio #7C50BA

Tints of Studio #7C50BA

RGB

 RED value IS 124 (48.83% from 255) = 31.79%

 GREEN value IS 80 (31.64% from 255) = 20.51%

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 31.79%
G = 20.51%
B = 47.69%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C50BA (or 0x7C50BA) is known color: Studio. HEX triplet: 7C, 50 and BA. RGB value is (124,80,186). Sum of RGB (Red+Green+Blue) = 124+80+186=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C50BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C50BA is #83AF45. Grayscale: #686868. Windows color (decimal): -8630086 or 12210300. OLE color: 12210300.

HSL color Cylindrical-coordinate representation of color #7C50BA: hue angle of 264.91º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C50BA is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 80 186 -
CMYK 0.33 0.57 0 0.27
HSL 264.91º 0.43% 0.52% -
HSV(B) 264.91º 0.57% 0.73% -
XYZ 20.04 13.57 48.02 -
YUV 105.24 173.58 141.38 -
System Red Green Blue C M Y K H S L
Decimal 124 80 186 0.33 0.57 0 0.27 264.91 0.43 0.52
Hex 7C 50 BA 21 39 0 1B 109 2B 34
Octal 174 120 272 41 71 0 33 411 53 64
Binary 1111100 1010000 10111010 100001 111001 0 11011 100001001 101011 110100

Color Harmonies of #7C50BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C50BA

Black with #7C50BA

Text Example


Text Example

White with #7C50BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C50BA; }

 p { color: rgb(124,80,186); }

 H1.HeaderClassName
 {
   color: #7C50BA;
 }
 .AnyTagClassName
 {
   color: #7C50BA;
 }
</style>

background-color css

<style>
 a { background-color: #7C50BA; }

 a { background-color: rgb(124,80,186); }

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

border-color css

<style>
 span { border-color: #7C50BA; }

 span { border-color: rgb(124,80,186); }

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