Html Css Color HEX #7E56B7 Studio

📋 copy color: '#7E56B7'

red 126 ◦ green 86 ◦ blue 183

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

Shades of Studio #7E56B7

Tints of Studio #7E56B7

RGB

 RED value IS 126 (49.61% from 255) = 31.9%

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

 BLUE value IS 183 (71.88% from 255) = 46.33%

R = 31.9%
G = 21.77%
B = 46.33%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7E56B7 (or 0x7E56B7) is known color: Studio. HEX triplet: 7E, 56 and B7. RGB value is (126,86,183). Sum of RGB (Red+Green+Blue) = 126+86+183=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 183 - color contains mainly: blue. Hex color #7E56B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E56B7 is #81A948. Grayscale: #6C6C6C. Windows color (decimal): -8497481 or 12015230. OLE color: 12015230.

HSL color Cylindrical-coordinate representation of color #7E56B7: hue angle of 264.74º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E56B7 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 126 86 183 -
CMYK 0.31 0.53 0 0.28
HSL 264.74º 0.4% 0.53% -
HSV(B) 264.74º 0.53% 0.72% -
XYZ 20.48 14.51 46.52 -
YUV 109.02 169.75 140.11 -
System Red Green Blue C M Y K H S L
Decimal 126 86 183 0.31 0.53 0 0.28 264.74 0.4 0.53
Hex 7E 56 B7 1F 35 0 1C 109 28 35
Octal 176 126 267 37 65 0 34 411 50 65
Binary 1111110 1010110 10110111 11111 110101 0 11100 100001001 101000 110101

Color Harmonies of #7E56B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E56B7

Black with #7E56B7

Text Example


Text Example

White with #7E56B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,86,183); }

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

background-color css

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

 a { background-color: rgb(126,86,183); }

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

border-color css

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

 span { border-color: rgb(126,86,183); }

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