Html Css Color HEX #7E4BBA Studio

📋 copy color: '#7E4BBA'

red 126 ◦ green 75 ◦ blue 186

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

Shades of Studio #7E4BBA

Tints of Studio #7E4BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.38%

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

R = 32.56%
G = 19.38%
B = 48.06%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E4BBA (or 0x7E4BBA) is known color: Studio. HEX triplet: 7E, 4B and BA. RGB value is (126,75,186). Sum of RGB (Red+Green+Blue) = 126+75+186=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E4BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4BBA is #81B445. Grayscale: #666666. Windows color (decimal): -8500294 or 12209022. OLE color: 12209022.

HSL color Cylindrical-coordinate representation of color #7E4BBA: hue angle of 267.57º degrees, saturation: 0.45, 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 #7E4BBA is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 75 186 -
CMYK 0.32 0.60 0 0.27
HSL 267.57º 0.45% 0.51% -
HSV(B) 267.57º 0.6% 0.73% -
XYZ 19.98 13.01 47.91 -
YUV 102.9 174.9 144.47 -
System Red Green Blue C M Y K H S L
Decimal 126 75 186 0.32 0.60 0 0.27 267.57 0.45 0.51
Hex 7E 4B BA 20 3C 0 1B 10C 2D 33
Octal 176 113 272 40 74 0 33 414 55 63
Binary 1111110 1001011 10111010 100000 111100 0 11011 100001100 101101 110011

Color Harmonies of #7E4BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4BBA

Black with #7E4BBA

Text Example


Text Example

White with #7E4BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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