#7E4CC1

Color #7E4CC1 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7E4CC1

Tints of Studio #7E4CC1

Color information

#7E4CC1 (or 0x7E4CC1) is unknown color: approx Studio. HEX triplet: 7E, 4C and C1. RGB value is (126,76,193). Sum of RGB (Red+Green+Blue) = 126+76+193=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #7E4CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4CC1 is #81B33E. Grayscale: #676767. Windows color (decimal): -8500031 or 12668030. OLE color: 12668030.

HSL color Cylindrical-coordinate representation of color #7E4CC1: hue angle of 265.64º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E4CC1 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12676193-
CMYK0.350.6100.24
HSL265.64º48.55%52.75%-
HSV(B)265.64º60.62%75.69%-
XYZ20.8113.4551.95-
YUV104.29178.06143.49-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.90%
GREEN value IS 76 (30.08% from 255) = 19.24%
BLUE value IS 193 (75.78% from 255) = 48.86%
R=31.90%
G=19.24%
B=48.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal126761930.350.6100.24265.6448.5552.75
Hex7E4CC1233D01810a3135
Octal17611430143750304126165
Binary1111110100110011000001100011111101011000100001010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E4CC1;
 }
 .AnyTagClassName
 {
   color: #7E4CC1;
 }
</style>
background-color css

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

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

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

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

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

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