Html Css Color HEX #7E4CC0 Studio

📋 copy color: '#7E4CC0'

red 126 ◦ green 76 ◦ blue 192

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

Shades of Studio #7E4CC0

Tints of Studio #7E4CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.73%

R = 31.98%
G = 19.29%
B = 48.73%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E4CC0 (or 0x7E4CC0) is known color: Studio. HEX triplet: 7E, 4C and C0. RGB value is (126,76,192). Sum of RGB (Red+Green+Blue) = 126+76+192=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #7E4CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4CC0 is #81B33F. Grayscale: #676767. Windows color (decimal): -8500032 or 12602494. OLE color: 12602494.

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

Color convert

RGB 126 76 192 -
CMYK 0.34 0.60 0 0.25
HSL 265.86º 0.48% 0.53% -
HSV(B) 265.86º 0.6% 0.75% -
XYZ 20.7 13.41 51.37 -
YUV 104.17 177.57 143.57 -
System Red Green Blue C M Y K H S L
Decimal 126 76 192 0.34 0.60 0 0.25 265.86 0.48 0.53
Hex 7E 4C C0 22 3C 0 19 10A 30 35
Octal 176 114 300 42 74 0 31 412 60 65
Binary 1111110 1001100 11000000 100010 111100 0 11001 100001010 110000 110101

Color Harmonies of #7E4CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4CC0

Black with #7E4CC0

Text Example


Text Example

White with #7E4CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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