#7735BF

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

Shades of Purple Heart #7735BF

Tints of Purple Heart #7735BF

Color information

#7735BF (or 0x7735BF) is unknown color: approx Purple Heart. HEX triplet: 77, 35 and BF. RGB value is (119,53,191). Sum of RGB (Red+Green+Blue) = 119+53+191=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #7735BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7735BF is #88CA40. Grayscale: #575757. Windows color (decimal): -8964673 or 12531063. OLE color: 12531063.

HSL color Cylindrical-coordinate representation of color #7735BF: hue angle of 268.7º 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 #7735BF is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11953191-
CMYK0.380.7200.25
HSL268.7º56.56%47.84%-
HSV(B)268.7º72.25%74.9%-
XYZ18.2810.2350.3-
YUV88.47185.87149.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.78%
GREEN value IS 53 (21.09% from 255) = 14.60%
BLUE value IS 191 (75% from 255) = 52.62%
R=32.78%
G=14.60%
B=52.62%

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
Decimal119531910.380.7200.25268.756.5647.84
Hex7735BF264801910d3930
Octal16765277461100314157160
Binary1110111110101101111111001101001000011001100001101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7735BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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