#7642BD

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

Shades of Purple Heart #7642BD

Tints of Purple Heart #7642BD

Color information

#7642BD (or 0x7642BD) is unknown color: approx Purple Heart. HEX triplet: 76, 42 and BD. RGB value is (118,66,189). Sum of RGB (Red+Green+Blue) = 118+66+189=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #7642BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7642BD is #89BD42. Grayscale: #5F5F5F. Windows color (decimal): -9026883 or 12403318. OLE color: 12403318.

HSL color Cylindrical-coordinate representation of color #7642BD: hue angle of 265.37º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7642BD is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11866189-
CMYK0.380.6500.26
HSL265.37º48.24%50%-
HSV(B)265.37º65.08%74.12%-
XYZ18.611.4249.37-
YUV95.57180.73144-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 66 (26.17% from 255) = 17.69%
BLUE value IS 189 (74.22% from 255) = 50.67%
R=31.64%
G=17.69%
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.26
SystemRedGreenBlueCMYKHSL
Decimal118661890.380.6500.26265.3748.2450
Hex7642BD264101A1093032
Octal166102275461010324116062
Binary11101101000010101111011001101000001011010100001001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7642BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7642BD; }

 p { color: rgb(118,66,189); }

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

<style>
 a { background-color: #7642BD; }

 a { background-color: rgb(118,66,189); }

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

<style>
 span { border-color: #7642BD; }

 span { border-color: rgb(118,66,189); }

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