#7E4ABC

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

Shades of Studio #7E4ABC

Tints of Studio #7E4ABC

Color information

#7E4ABC (or 0x7E4ABC) is unknown color: approx Studio. HEX triplet: 7E, 4A and BC. RGB value is (126,74,188). Sum of RGB (Red+Green+Blue) = 126+74+188=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E4ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4ABC is #81B543. Grayscale: #666666. Windows color (decimal): -8500548 or 12339838. OLE color: 12339838.

HSL color Cylindrical-coordinate representation of color #7E4ABC: hue angle of 267.37º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E4ABC is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12674188-
CMYK0.330.6100.26
HSL267.37º45.97%51.37%-
HSV(B)267.37º60.64%73.73%-
XYZ20.1312.9649.02-
YUV102.54176.23144.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.47%
GREEN value IS 74 (29.30% from 255) = 19.07%
BLUE value IS 188 (73.83% from 255) = 48.45%
R=32.47%
G=19.07%
B=48.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126741880.330.6100.26267.3745.9751.37
Hex7E4ABC213D01A10b2e33
Octal17611227441750324135663
Binary1111110100101010111100100001111101011010100001011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,74,188); }

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

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

 a { background-color: rgb(126,74,188); }

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

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

 span { border-color: rgb(126,74,188); }

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