Html Css Color HEX #7E4FBF Studio

📋 copy color: '#7E4FBF'

red 126 ◦ green 79 ◦ blue 191

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

Shades of Studio #7E4FBF

Tints of Studio #7E4FBF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.95%

 BLUE value IS 191 (75% from 255) = 48.23%

R = 31.82%
G = 19.95%
B = 48.23%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E4FBF (or 0x7E4FBF) is known color: Studio. HEX triplet: 7E, 4F and BF. RGB value is (126,79,191). Sum of RGB (Red+Green+Blue) = 126+79+191=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E4FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4FBF is #81B040. Grayscale: #696969. Windows color (decimal): -8499265 or 12537726. OLE color: 12537726.

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

Color convert

RGB 126 79 191 -
CMYK 0.34 0.59 0 0.25
HSL 265.18º 0.47% 0.53% -
HSV(B) 265.18º 0.59% 0.75% -
XYZ 20.8 13.79 50.86 -
YUV 105.82 176.07 142.39 -
System Red Green Blue C M Y K H S L
Decimal 126 79 191 0.34 0.59 0 0.25 265.18 0.47 0.53
Hex 7E 4F BF 22 3B 0 19 109 2F 35
Octal 176 117 277 42 73 0 31 411 57 65
Binary 1111110 1001111 10111111 100010 111011 0 11001 100001001 101111 110101

Color Harmonies of #7E4FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4FBF

Black with #7E4FBF

Text Example


Text Example

White with #7E4FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,79,191); }

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

background-color css

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

 a { background-color: rgb(126,79,191); }

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

border-color css

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

 span { border-color: rgb(126,79,191); }

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