Html Css Color HEX #7E3BAD Studio

📋 copy color: '#7E3BAD'

red 126 ◦ green 59 ◦ blue 173

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

Shades of Studio #7E3BAD

Tints of Studio #7E3BAD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.48%

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

R = 35.2%
G = 16.48%
B = 48.32%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E3BAD (or 0x7E3BAD) is known color: Studio. HEX triplet: 7E, 3B and AD. RGB value is (126,59,173). Sum of RGB (Red+Green+Blue) = 126+59+173=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E3BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3BAD is #81C452. Grayscale: #5B5B5B. Windows color (decimal): -8504403 or 11352958. OLE color: 11352958.

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

Color convert

RGB 126 59 173 -
CMYK 0.27 0.66 0 0.32
HSL 275.26º 0.49% 0.45% -
HSV(B) 275.26º 0.66% 0.68% -
XYZ 17.71 10.58 40.64 -
YUV 92.03 173.7 152.23 -
System Red Green Blue C M Y K H S L
Decimal 126 59 173 0.27 0.66 0 0.32 275.26 0.49 0.45
Hex 7E 3B AD 1B 42 0 20 113 31 2D
Octal 176 73 255 33 102 0 40 423 61 55
Binary 1111110 111011 10101101 11011 1000010 0 100000 100010011 110001 101101

Color Harmonies of #7E3BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3BAD

Black with #7E3BAD

Text Example


Text Example

White with #7E3BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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