Html Css Color HEX #7E58AD Studio

📋 copy color: '#7E58AD'

red 126 ◦ green 88 ◦ blue 173

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

Shades of Studio #7E58AD

Tints of Studio #7E58AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 32.56%
G = 22.74%
B = 44.7%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E58AD (or 0x7E58AD) is known color: Studio. HEX triplet: 7E, 58 and AD. RGB value is (126,88,173). Sum of RGB (Red+Green+Blue) = 126+88+173=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E58AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E58AD is #81A752. Grayscale: #6C6C6C. Windows color (decimal): -8496979 or 11360382. OLE color: 11360382.

HSL color Cylindrical-coordinate representation of color #7E58AD: hue angle of 266.82º degrees, saturation: 0.34, 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 #7E58AD is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 88 173 -
CMYK 0.27 0.49 0 0.32
HSL 266.82º 0.34% 0.51% -
HSV(B) 266.82º 0.49% 0.68% -
XYZ 19.64 14.43 41.29 -
YUV 109.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 126 88 173 0.27 0.49 0 0.32 266.82 0.34 0.51
Hex 7E 58 AD 1B 31 0 20 10B 22 33
Octal 176 130 255 33 61 0 40 413 42 63
Binary 1111110 1011000 10101101 11011 110001 0 100000 100001011 100010 110011

Color Harmonies of #7E58AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E58AD

Black with #7E58AD

Text Example


Text Example

White with #7E58AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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