#F780F7

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

Shades of Violet #F780F7

Tints of Violet #F780F7

Color information

#F780F7 (or 0xF780F7) is unknown color: approx Violet. HEX triplet: F7, 80 and F7. RGB value is (247,128,247). Sum of RGB (Red+Green+Blue) = 247+128+247=622 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.71% from 622); Green value is 128 (50.39% from 255 or 20.58% from 622); Blue value is 247 (96.88% from 255 or 39.71% from 622); Max value from RGB is 247 - color contains mainly: red, blue. Hex color #F780F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F780F7 is #087F08. Grayscale: #B0B0B0. Windows color (decimal): -556809 or 16220407. OLE color: 16220407.

HSL color Cylindrical-coordinate representation of color #F780F7: hue angle of 300º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F780F7 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB247128247-
CMYK00.4800.03
HSL300º88.15%73.53%-
HSV(B)300º48.18%96.86%-
XYZ62.8741.9392.78-
YUV177.15167.42177.82-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.71%
GREEN value IS 128 (50.39% from 255) = 20.58%
BLUE value IS 247 (96.88% from 255) = 39.71%
R=39.71%
G=20.58%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712824700.4800.0330088.1573.53
HexF780F70300312c584a
Octal36720036706003454130112
Binary111101111000000011110111011000001110010110010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F780F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F780F7; }

 p { color: rgb(247,128,247); }

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

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

 a { background-color: rgb(247,128,247); }

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

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

 span { border-color: rgb(247,128,247); }

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