#7640CA

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

Shades of Purple Heart #7640CA

Tints of Purple Heart #7640CA

Color information

#7640CA (or 0x7640CA) is unknown color: approx Purple Heart. HEX triplet: 76, 40 and CA. RGB value is (118,64,202). Sum of RGB (Red+Green+Blue) = 118+64+202=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #7640CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7640CA is #89BF35. Grayscale: #5F5F5F. Windows color (decimal): -9027382 or 13254774. OLE color: 13254774.

HSL color Cylindrical-coordinate representation of color #7640CA: hue angle of 263.48º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7640CA is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11864202-
CMYK0.420.6800.21
HSL263.48º56.56%52.16%-
HSV(B)263.48º68.32%79.22%-
XYZ19.9711.7857.1-
YUV95.88187.89143.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.73%
GREEN value IS 64 (25.39% from 255) = 16.67%
BLUE value IS 202 (79.30% from 255) = 52.60%
R=30.73%
G=16.67%
B=52.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118642020.420.6800.21263.4856.5652.16
Hex7640CA2A440151073934
Octal166100312521040254077164
Binary11101101000000110010101010101000100010101100000111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7640CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7640CA; }

 p { color: rgb(118,64,202); }

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

<style>
 a { background-color: #7640CA; }

 a { background-color: rgb(118,64,202); }

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

<style>
 span { border-color: #7640CA; }

 span { border-color: rgb(118,64,202); }

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