Html Css Color HEX #7E4DBA Studio

📋 copy color: '#7E4DBA'

red 126 ◦ green 77 ◦ blue 186

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

Shades of Studio #7E4DBA

Tints of Studio #7E4DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.79%

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 32.39%
G = 19.79%
B = 47.81%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E4DBA (or 0x7E4DBA) is known color: Studio. HEX triplet: 7E, 4D and BA. RGB value is (126,77,186). Sum of RGB (Red+Green+Blue) = 126+77+186=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E4DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4DBA is #81B245. Grayscale: #676767. Windows color (decimal): -8499782 or 12209534. OLE color: 12209534.

HSL color Cylindrical-coordinate representation of color #7E4DBA: hue angle of 266.97º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E4DBA is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 77 186 -
CMYK 0.32 0.59 0 0.27
HSL 266.97º 0.44% 0.52% -
HSV(B) 266.97º 0.59% 0.73% -
XYZ 20.12 13.29 47.96 -
YUV 104.08 174.23 143.64 -
System Red Green Blue C M Y K H S L
Decimal 126 77 186 0.32 0.59 0 0.27 266.97 0.44 0.52
Hex 7E 4D BA 20 3B 0 1B 10B 2C 34
Octal 176 115 272 40 73 0 33 413 54 64
Binary 1111110 1001101 10111010 100000 111011 0 11011 100001011 101100 110100

Color Harmonies of #7E4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4DBA

Black with #7E4DBA

Text Example


Text Example

White with #7E4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,77,186); }

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

background-color css

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

 a { background-color: rgb(126,77,186); }

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

border-color css

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

 span { border-color: rgb(126,77,186); }

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