#7627BC

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

Shades of Purple Heart #7627BC

Tints of Purple Heart #7627BC

Color information

#7627BC (or 0x7627BC) is unknown color: approx Purple Heart. HEX triplet: 76, 27 and BC. RGB value is (118,39,188). Sum of RGB (Red+Green+Blue) = 118+39+188=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #7627BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7627BC is #89D843. Grayscale: #4F4F4F. Windows color (decimal): -9033796 or 12330870. OLE color: 12330870.

HSL color Cylindrical-coordinate representation of color #7627BC: hue angle of 271.81º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7627BC is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11839188-
CMYK0.370.7900.26
HSL271.81º65.64%44.51%-
HSV(B)271.81º79.26%73.73%-
XYZ17.278.9348.39-
YUV79.61189.17155.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 39 (15.62% from 255) = 11.30%
BLUE value IS 188 (73.83% from 255) = 54.49%
R=34.20%
G=11.30%
B=54.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118391880.370.7900.26271.8165.6444.51
Hex7627BC254F01A110422d
Octal166472744511703242010255
Binary11101101001111011110010010110011110110101000100001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7627BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7627BC; }

 p { color: rgb(118,39,188); }

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

<style>
 a { background-color: #7627BC; }

 a { background-color: rgb(118,39,188); }

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

<style>
 span { border-color: #7627BC; }

 span { border-color: rgb(118,39,188); }

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