#7643BE

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

Shades of Purple Heart #7643BE

Tints of Purple Heart #7643BE

Color information

#7643BE (or 0x7643BE) is unknown color: approx Purple Heart. HEX triplet: 76, 43 and BE. RGB value is (118,67,190). Sum of RGB (Red+Green+Blue) = 118+67+190=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #7643BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7643BE is #89BC41. Grayscale: #5F5F5F. Windows color (decimal): -9026626 or 12469110. OLE color: 12469110.

HSL color Cylindrical-coordinate representation of color #7643BE: hue angle of 264.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7643BE is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11867190-
CMYK0.380.6500.25
HSL264.88º48.62%50.39%-
HSV(B)264.88º64.74%74.51%-
XYZ18.7711.5849.96-
YUV96.27180.9143.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 67 (26.56% from 255) = 17.87%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=31.47%
G=17.87%
B=50.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118671900.380.6500.25264.8848.6250.39
Hex7643BE26410191093132
Octal166103276461010314116162
Binary11101101000011101111101001101000001011001100001001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7643BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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