Html Css Color HEX #7E39AD Studio

📋 copy color: '#7E39AD'

red 126 ◦ green 57 ◦ blue 173

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

Shades of Studio #7E39AD

Tints of Studio #7E39AD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.01%

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

R = 35.39%
G = 16.01%
B = 48.6%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E39AD (or 0x7E39AD) is known color: Studio. HEX triplet: 7E, 39 and AD. RGB value is (126,57,173). Sum of RGB (Red+Green+Blue) = 126+57+173=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E39AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E39AD is #81C652. Grayscale: #5A5A5A. Windows color (decimal): -8504915 or 11352446. OLE color: 11352446.

HSL color Cylindrical-coordinate representation of color #7E39AD: hue angle of 275.69º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E39AD is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 57 173 -
CMYK 0.27 0.67 0 0.32
HSL 275.69º 0.5% 0.45% -
HSV(B) 275.69º 0.67% 0.68% -
XYZ 17.61 10.38 40.61 -
YUV 90.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 126 57 173 0.27 0.67 0 0.32 275.69 0.5 0.45
Hex 7E 39 AD 1B 43 0 20 114 32 2D
Octal 176 71 255 33 103 0 40 424 62 55
Binary 1111110 111001 10101101 11011 1000011 0 100000 100010100 110010 101101

Color Harmonies of #7E39AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E39AD

Black with #7E39AD

Text Example


Text Example

White with #7E39AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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