Html Css Color HEX #7E4AB9 Studio

📋 copy color: '#7E4AB9'

red 126 ◦ green 74 ◦ blue 185

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

Shades of Studio #7E4AB9

Tints of Studio #7E4AB9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.22%

 BLUE value IS 185 (72.66% from 255) = 48.05%

R = 32.73%
G = 19.22%
B = 48.05%

CMYK

 C value IS 0.32

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E4AB9 (or 0x7E4AB9) is known color: Studio. HEX triplet: 7E, 4A and B9. RGB value is (126,74,185). Sum of RGB (Red+Green+Blue) = 126+74+185=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #7E4AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4AB9 is #81B546. Grayscale: #656565. Windows color (decimal): -8500551 or 12143230. OLE color: 12143230.

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

Color convert

RGB 126 74 185 -
CMYK 0.32 0.6 0 0.27
HSL 268.11º 0.44% 0.51% -
HSV(B) 268.11º 0.6% 0.73% -
XYZ 19.81 12.84 47.33 -
YUV 102.2 174.73 144.97 -
System Red Green Blue C M Y K H S L
Decimal 126 74 185 0.32 0.6 0 0.27 268.11 0.44 0.51
Hex 7E 4A B9 20 3C 0 1B 10C 2C 33
Octal 176 112 271 40 74 0 33 414 54 63
Binary 1111110 1001010 10111001 100000 111100 0 11011 100001100 101100 110011

Color Harmonies of #7E4AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4AB9

Black with #7E4AB9

Text Example


Text Example

White with #7E4AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,74,185); }

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

background-color css

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

 a { background-color: rgb(126,74,185); }

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

border-color css

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

 span { border-color: rgb(126,74,185); }

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