#7F4BBE

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

Shades of Studio #7F4BBE

Tints of Studio #7F4BBE

Color information

#7F4BBE (or 0x7F4BBE) is unknown color: approx Studio. HEX triplet: 7F, 4B and BE. RGB value is (127,75,190). Sum of RGB (Red+Green+Blue) = 127+75+190=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F4BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F4BBE is #80B441. Grayscale: #676767. Windows color (decimal): -8434754 or 12471167. OLE color: 12471167.

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

Color convert

RGB12775190-
CMYK0.330.6100.25
HSL267.13º46.94%51.96%-
HSV(B)267.13º60.53%74.51%-
XYZ20.5613.2650.19-
YUV103.66176.73144.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.40%
GREEN value IS 75 (29.69% from 255) = 19.13%
BLUE value IS 190 (74.61% from 255) = 48.47%
R=32.40%
G=19.13%
B=48.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127751900.330.6100.25267.1346.9451.96
Hex7F4BBE213D01910b2f34
Octal17711327641750314135764
Binary1111111100101110111110100001111101011001100001011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,75,190); }

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

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

 a { background-color: rgb(127,75,190); }

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

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

 span { border-color: rgb(127,75,190); }

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