Html Css Color HEX #7E4CBA Studio

📋 copy color: '#7E4CBA'

red 126 ◦ green 76 ◦ blue 186

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

Shades of Studio #7E4CBA

Tints of Studio #7E4CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.59%

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

R = 32.47%
G = 19.59%
B = 47.94%

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

#7E4CBA (or 0x7E4CBA) is known color: Studio. HEX triplet: 7E, 4C and BA. RGB value is (126,76,186). Sum of RGB (Red+Green+Blue) = 126+76+186=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E4CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4CBA is #81B345. Grayscale: #676767. Windows color (decimal): -8500038 or 12209278. OLE color: 12209278.

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

Color convert

RGB 126 76 186 -
CMYK 0.32 0.59 0 0.27
HSL 267.27º 0.44% 0.51% -
HSV(B) 267.27º 0.59% 0.73% -
XYZ 20.05 13.15 47.94 -
YUV 103.49 174.57 144.06 -
System Red Green Blue C M Y K H S L
Decimal 126 76 186 0.32 0.59 0 0.27 267.27 0.44 0.51
Hex 7E 4C BA 20 3B 0 1B 10B 2C 33
Octal 176 114 272 40 73 0 33 413 54 63
Binary 1111110 1001100 10111010 100000 111011 0 11011 100001011 101100 110011

Color Harmonies of #7E4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4CBA

Black with #7E4CBA

Text Example


Text Example

White with #7E4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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