#7643CA

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

Shades of Purple Heart #7643CA

Tints of Purple Heart #7643CA

Color information

#7643CA (or 0x7643CA) is unknown color: approx Purple Heart. HEX triplet: 76, 43 and CA. RGB value is (118,67,202). Sum of RGB (Red+Green+Blue) = 118+67+202=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #7643CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7643CA is #89BC35. Grayscale: #616161. Windows color (decimal): -9026614 or 13255542. OLE color: 13255542.

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

Color convert

RGB11867202-
CMYK0.420.6700.21
HSL262.67º56.02%52.75%-
HSV(B)262.67º66.83%79.22%-
XYZ20.1412.1357.16-
YUV97.64186.9142.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.49%
GREEN value IS 67 (26.56% from 255) = 17.31%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=30.49%
G=17.31%
B=52.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118672020.420.6700.21262.6756.0252.75
Hex7643CA2A430151073835
Octal166103312521030254077065
Binary11101101000011110010101010101000011010101100000111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7643CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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