#7635d1

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

Shades of Purple Heart #7635D1

Tints of Purple Heart #7635D1

Color information

#7635D1 (or 0x7635D1) is unknown color: approx Purple Heart. HEX triplet: 76, 35 and D1. RGB value is (118,53,209). Sum of RGB (Red+Green+Blue) = 118+53+209=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 209 (82.03% from 255 or 55% from 380); Max value from RGB is 209 - color contains mainly: blue. Hex color #7635D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7635D1 is #89CA2E. Grayscale: #595959. Windows color (decimal): -9030191 or 13710710. OLE color: 13710710.

HSL color Cylindrical-coordinate representation of color #7635D1: hue angle of 265º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7635D1 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11853209-
CMYK0.440.7500.18
HSL265º62.9%51.37%-
HSV(B)265º74.64%81.96%-
XYZ20.251161.38-
YUV90.22195.03147.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.05%
GREEN value IS 53 (21.09% from 255) = 13.95%
BLUE value IS 209 (82.03% from 255) = 55%
R=31.05%
G=13.95%
B=55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal118532090.440.7500.1826562.951.37
Hex7635D12C4B0121093f33
Octal16665321541130224117763
Binary1110110110101110100011011001001011010010100001001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7635d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7635d1; }

 p { color: rgb(118,53,209); }

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

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

 a { background-color: rgb(118,53,209); }

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

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

 span { border-color: rgb(118,53,209); }

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