Html Css Color HEX #7E57AB Studio

📋 copy color: '#7E57AB'

red 126 ◦ green 87 ◦ blue 171

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

Shades of Studio #7E57AB

Tints of Studio #7E57AB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.66%

 BLUE value IS 171 (67.19% from 255) = 44.53%

R = 32.81%
G = 22.66%
B = 44.53%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E57AB (or 0x7E57AB) is known color: Studio. HEX triplet: 7E, 57 and AB. RGB value is (126,87,171). Sum of RGB (Red+Green+Blue) = 126+87+171=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E57AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E57AB is #81A854. Grayscale: #6B6B6B. Windows color (decimal): -8497237 or 11229054. OLE color: 11229054.

HSL color Cylindrical-coordinate representation of color #7E57AB: hue angle of 267.86º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E57AB is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 87 171 -
CMYK 0.26 0.49 0 0.33
HSL 267.86º 0.33% 0.51% -
HSV(B) 267.86º 0.49% 0.67% -
XYZ 19.36 14.19 40.25 -
YUV 108.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 126 87 171 0.26 0.49 0 0.33 267.86 0.33 0.51
Hex 7E 57 AB 1A 31 0 21 10C 21 33
Octal 176 127 253 32 61 0 41 414 41 63
Binary 1111110 1010111 10101011 11010 110001 0 100001 100001100 100001 110011

Color Harmonies of #7E57AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E57AB

Black with #7E57AB

Text Example


Text Example

White with #7E57AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,87,171); }

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

background-color css

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

 a { background-color: rgb(126,87,171); }

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

border-color css

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

 span { border-color: rgb(126,87,171); }

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