Html Css Color HEX #7C4DBA Studio

📋 copy color: '#7C4DBA'

red 124 ◦ green 77 ◦ blue 186

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

Shades of Studio #7C4DBA

Tints of Studio #7C4DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.9%

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

R = 32.04%
G = 19.9%
B = 48.06%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C4DBA (or 0x7C4DBA) is known color: Studio. HEX triplet: 7C, 4D and BA. RGB value is (124,77,186). Sum of RGB (Red+Green+Blue) = 124+77+186=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C4DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4DBA is #83B245. Grayscale: #676767. Windows color (decimal): -8630854 or 12209532. OLE color: 12209532.

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

Color convert

RGB 124 77 186 -
CMYK 0.33 0.59 0 0.27
HSL 265.87º 0.44% 0.52% -
HSV(B) 265.87º 0.59% 0.73% -
XYZ 19.83 13.14 47.95 -
YUV 103.48 174.57 142.64 -
System Red Green Blue C M Y K H S L
Decimal 124 77 186 0.33 0.59 0 0.27 265.87 0.44 0.52
Hex 7C 4D BA 21 3B 0 1B 10A 2C 34
Octal 174 115 272 41 73 0 33 412 54 64
Binary 1111100 1001101 10111010 100001 111011 0 11011 100001010 101100 110100

Color Harmonies of #7C4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4DBA

Black with #7C4DBA

Text Example


Text Example

White with #7C4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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