#7735C0

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

Shades of Purple Heart #7735C0

Tints of Purple Heart #7735C0

Color information

#7735C0 (or 0x7735C0) is unknown color: approx Purple Heart. HEX triplet: 77, 35 and C0. RGB value is (119,53,192). Sum of RGB (Red+Green+Blue) = 119+53+192=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #7735C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7735C0 is #88CA3F. Grayscale: #585858. Windows color (decimal): -8964672 or 12596599. OLE color: 12596599.

HSL color Cylindrical-coordinate representation of color #7735C0: hue angle of 268.49º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7735C0 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11953192-
CMYK0.380.7200.25
HSL268.49º56.73%48.04%-
HSV(B)268.49º72.4%75.29%-
XYZ18.410.2750.88-
YUV88.58186.37149.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.69%
GREEN value IS 53 (21.09% from 255) = 14.56%
BLUE value IS 192 (75.39% from 255) = 52.75%
R=32.69%
G=14.56%
B=52.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119531920.380.7200.25268.4956.7348.04
Hex7735C0264801910c3930
Octal16765300461100314147160
Binary1110111110101110000001001101001000011001100001100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7735C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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