Html Css Color HEX #7E58AE Studio

📋 copy color: '#7E58AE'

red 126 ◦ green 88 ◦ blue 174

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

Shades of Studio #7E58AE

Tints of Studio #7E58AE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.68%

 BLUE value IS 174 (68.36% from 255) = 44.85%

R = 32.47%
G = 22.68%
B = 44.85%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E58AE (or 0x7E58AE) is known color: Studio. HEX triplet: 7E, 58 and AE. RGB value is (126,88,174). Sum of RGB (Red+Green+Blue) = 126+88+174=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E58AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E58AE is #81A751. Grayscale: #6C6C6C. Windows color (decimal): -8496978 or 11425918. OLE color: 11425918.

HSL color Cylindrical-coordinate representation of color #7E58AE: hue angle of 266.51º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E58AE is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 88 174 -
CMYK 0.28 0.49 0 0.32
HSL 266.51º 0.35% 0.51% -
HSV(B) 266.51º 0.49% 0.68% -
XYZ 19.73 14.47 41.8 -
YUV 109.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 126 88 174 0.28 0.49 0 0.32 266.51 0.35 0.51
Hex 7E 58 AE 1C 31 0 20 10B 23 33
Octal 176 130 256 34 61 0 40 413 43 63
Binary 1111110 1011000 10101110 11100 110001 0 100000 100001011 100011 110011

Color Harmonies of #7E58AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E58AE

Black with #7E58AE

Text Example


Text Example

White with #7E58AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,88,174); }

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

background-color css

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

 a { background-color: rgb(126,88,174); }

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

border-color css

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

 span { border-color: rgb(126,88,174); }

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