#7F52BE

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

Shades of Studio #7F52BE

Tints of Studio #7F52BE

Color information

#7F52BE (or 0x7F52BE) is unknown color: approx Studio. HEX triplet: 7F, 52 and BE. RGB value is (127,82,190). Sum of RGB (Red+Green+Blue) = 127+82+190=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F52BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F52BE is #80AD41. Grayscale: #6B6B6B. Windows color (decimal): -8432962 or 12472959. OLE color: 12472959.

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

Color convert

RGB12782190-
CMYK0.330.5700.25
HSL265º45.38%53.33%-
HSV(B)265º56.84%74.51%-
XYZ21.0614.2650.36-
YUV107.77174.41141.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.83%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=31.83%
G=20.55%
B=47.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127821900.330.5700.2526545.3853.33
Hex7F52BE21390191092d35
Octal17712227641710314115565
Binary1111111101001010111110100001111001011001100001001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F52BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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