Html Css Color HEX #7E4CB9 Studio

📋 copy color: '#7E4CB9'

red 126 ◦ green 76 ◦ blue 185

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

Shades of Studio #7E4CB9

Tints of Studio #7E4CB9

RGB

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

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

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

R = 32.56%
G = 19.64%
B = 47.8%

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

#7E4CB9 (or 0x7E4CB9) is known color: Studio. HEX triplet: 7E, 4C and B9. RGB value is (126,76,185). Sum of RGB (Red+Green+Blue) = 126+76+185=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 185 (72.66% from 255 or 47.80% from 387); Max value from RGB is 185 - color contains mainly: blue. Hex color #7E4CB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4CB9 is #81B346. Grayscale: #666666. Windows color (decimal): -8500039 or 12143742. OLE color: 12143742.

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

Color convert

RGB 126 76 185 -
CMYK 0.32 0.59 0 0.27
HSL 267.52º 0.44% 0.51% -
HSV(B) 267.52º 0.59% 0.73% -
XYZ 19.95 13.11 47.38 -
YUV 103.38 174.07 144.14 -
System Red Green Blue C M Y K H S L
Decimal 126 76 185 0.32 0.59 0 0.27 267.52 0.44 0.51
Hex 7E 4C B9 20 3B 0 1B 10C 2C 33
Octal 176 114 271 40 73 0 33 414 54 63
Binary 1111110 1001100 10111001 100000 111011 0 11011 100001100 101100 110011

Color Harmonies of #7E4CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4CB9

Black with #7E4CB9

Text Example


Text Example

White with #7E4CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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