#7645C1

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

Shades of Purple Heart #7645C1

Tints of Purple Heart #7645C1

Color information

#7645C1 (or 0x7645C1) is unknown color: approx Purple Heart. HEX triplet: 76, 45 and C1. RGB value is (118,69,193). Sum of RGB (Red+Green+Blue) = 118+69+193=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #7645C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7645C1 is #89BA3E. Grayscale: #616161. Windows color (decimal): -9026111 or 12666230. OLE color: 12666230.

HSL color Cylindrical-coordinate representation of color #7645C1: hue angle of 263.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7645C1 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11869193-
CMYK0.390.6400.24
HSL263.71º50%51.37%-
HSV(B)263.71º64.25%75.69%-
XYZ19.2211.9651.75-
YUV97.79181.73142.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.05%
GREEN value IS 69 (27.34% from 255) = 18.16%
BLUE value IS 193 (75.78% from 255) = 50.79%
R=31.05%
G=18.16%
B=50.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118691930.390.6400.24263.715051.37
Hex7645C127400181083233
Octal166105301471000304106263
Binary11101101000101110000011001111000000011000100001000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7645C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7645C1; }

 p { color: rgb(118,69,193); }

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

<style>
 a { background-color: #7645C1; }

 a { background-color: rgb(118,69,193); }

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

<style>
 span { border-color: #7645C1; }

 span { border-color: rgb(118,69,193); }

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