Html Css Color HEX #7C56B4 Studio

📋 copy color: '#7C56B4'

red 124 ◦ green 86 ◦ blue 180

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

Shades of Studio #7C56B4

Tints of Studio #7C56B4

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.05%

 BLUE value IS 180 (70.7% from 255) = 46.15%

R = 31.79%
G = 22.05%
B = 46.15%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7C56B4 (or 0x7C56B4) is known color: Studio. HEX triplet: 7C, 56 and B4. RGB value is (124,86,180). Sum of RGB (Red+Green+Blue) = 124+86+180=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #7C56B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C56B4 is #83A94B. Grayscale: #6B6B6B. Windows color (decimal): -8628556 or 11818620. OLE color: 11818620.

HSL color Cylindrical-coordinate representation of color #7C56B4: hue angle of 264.26º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C56B4 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 86 180 -
CMYK 0.31 0.52 0 0.29
HSL 264.26º 0.39% 0.52% -
HSV(B) 264.26º 0.52% 0.71% -
XYZ 19.88 14.24 44.88 -
YUV 108.08 168.59 139.36 -
System Red Green Blue C M Y K H S L
Decimal 124 86 180 0.31 0.52 0 0.29 264.26 0.39 0.52
Hex 7C 56 B4 1F 34 0 1D 108 27 34
Octal 174 126 264 37 64 0 35 410 47 64
Binary 1111100 1010110 10110100 11111 110100 0 11101 100001000 100111 110100

Color Harmonies of #7C56B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C56B4

Black with #7C56B4

Text Example


Text Example

White with #7C56B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,86,180); }

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

background-color css

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

 a { background-color: rgb(124,86,180); }

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

border-color css

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

 span { border-color: rgb(124,86,180); }

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