#7F43B1

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

Shades of Studio #7F43B1

Tints of Studio #7F43B1

Color information

#7F43B1 (or 0x7F43B1) is unknown color: approx Studio. HEX triplet: 7F, 43 and B1. RGB value is (127,67,177). Sum of RGB (Red+Green+Blue) = 127+67+177=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #7F43B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F43B1 is #80BC4E. Grayscale: #616161. Windows color (decimal): -8436815 or 11617151. OLE color: 11617151.

HSL color Cylindrical-coordinate representation of color #7F43B1: hue angle of 272.73º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F43B1 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12767177-
CMYK0.280.6200.31
HSL272.73º45.08%47.84%-
HSV(B)272.73º62.15%69.41%-
XYZ18.711.742.87-
YUV97.48172.88149.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.23%
GREEN value IS 67 (26.56% from 255) = 18.06%
BLUE value IS 177 (69.53% from 255) = 47.71%
R=34.23%
G=18.06%
B=47.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127671770.280.6200.31272.7345.0847.84
Hex7F43B11C3E01F1112d30
Octal17710326134760374215560
Binary111111110000111011000111100111110011111100010001101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F43B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,67,177); }

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

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

 a { background-color: rgb(127,67,177); }

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

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

 span { border-color: rgb(127,67,177); }

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