#7735ba

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

Shades of Purple Heart #7735BA

Tints of Purple Heart #7735BA

Color information

#7735BA (or 0x7735BA) is unknown color: approx Purple Heart. HEX triplet: 77, 35 and BA. RGB value is (119,53,186). Sum of RGB (Red+Green+Blue) = 119+53+186=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #7735BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7735BA is #88CA45. Grayscale: #575757. Windows color (decimal): -8964678 or 12203383. OLE color: 12203383.

HSL color Cylindrical-coordinate representation of color #7735BA: hue angle of 269.77º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7735BA is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11953186-
CMYK0.360.7200.27
HSL269.77º55.65%46.86%-
HSV(B)269.77º71.51%72.94%-
XYZ17.7410.0147.45-
YUV87.9183.37150.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.24%
GREEN value IS 53 (21.09% from 255) = 14.80%
BLUE value IS 186 (73.05% from 255) = 51.96%
R=33.24%
G=14.80%
B=51.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119531860.360.7200.27269.7755.6546.86
Hex7735BA244801B10e382f
Octal16765272441100334167057
Binary1110111110101101110101001001001000011011100001110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7735ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7735ba; }

 p { color: rgb(119,53,186); }

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

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

 a { background-color: rgb(119,53,186); }

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

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

 span { border-color: rgb(119,53,186); }

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