#7730C7

Color #7730C7 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7730C7

Tints of Purple Heart #7730C7

Color information

#7730C7 (or 0x7730C7) is unknown color: approx Purple Heart. HEX triplet: 77, 30 and C7. RGB value is (119,48,199). Sum of RGB (Red+Green+Blue) = 119+48+199=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 199 (78.12% from 255 or 54.37% from 366); Max value from RGB is 199 - color contains mainly: blue. Hex color #7730C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7730C7 is #88CF38. Grayscale: #555555. Windows color (decimal): -8965945 or 13054071. OLE color: 13054071.

HSL color Cylindrical-coordinate representation of color #7730C7: hue angle of 268.21º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7730C7 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11948199-
CMYK0.400.7600.22
HSL268.21º61.13%48.43%-
HSV(B)268.21º75.88%78.04%-
XYZ18.9710.1654.99-
YUV86.44191.52151.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.51%
GREEN value IS 48 (19.14% from 255) = 13.11%
BLUE value IS 199 (78.12% from 255) = 54.37%
R=32.51%
G=13.11%
B=54.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal119481990.400.7600.22268.2161.1348.43
Hex7730C7284C01610c3d30
Octal16760307501140264147560
Binary1110111110000110001111010001001100010110100001100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7730C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7730C7; }

 p { color: rgb(119,48,199); }

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

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

 a { background-color: rgb(119,48,199); }

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

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

 span { border-color: rgb(119,48,199); }

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