Html Css Color HEX #7E4BBE Studio

📋 copy color: '#7E4BBE'

red 126 ◦ green 75 ◦ blue 190

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

Shades of Studio #7E4BBE

Tints of Studio #7E4BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.59%

R = 32.23%
G = 19.18%
B = 48.59%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E4BBE (or 0x7E4BBE) is known color: Studio. HEX triplet: 7E, 4B and BE. RGB value is (126,75,190). Sum of RGB (Red+Green+Blue) = 126+75+190=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E4BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4BBE is #81B441. Grayscale: #666666. Windows color (decimal): -8500290 or 12471166. OLE color: 12471166.

HSL color Cylindrical-coordinate representation of color #7E4BBE: hue angle of 266.61º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E4BBE is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 75 190 -
CMYK 0.34 0.61 0 0.25
HSL 266.61º 0.47% 0.52% -
HSV(B) 266.61º 0.61% 0.75% -
XYZ 20.41 13.19 50.18 -
YUV 103.36 176.9 144.15 -
System Red Green Blue C M Y K H S L
Decimal 126 75 190 0.34 0.61 0 0.25 266.61 0.47 0.52
Hex 7E 4B BE 22 3D 0 19 10B 2F 34
Octal 176 113 276 42 75 0 31 413 57 64
Binary 1111110 1001011 10111110 100010 111101 0 11001 100001011 101111 110100

Color Harmonies of #7E4BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4BBE

Black with #7E4BBE

Text Example


Text Example

White with #7E4BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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