#7627CA

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

Shades of Purple Heart #7627CA

Tints of Purple Heart #7627CA

Color information

#7627CA (or 0x7627CA) is unknown color: approx Purple Heart. HEX triplet: 76, 27 and CA. RGB value is (118,39,202). Sum of RGB (Red+Green+Blue) = 118+39+202=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #7627CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7627CA is #89D835. Grayscale: #505050. Windows color (decimal): -9033782 or 13248374. OLE color: 13248374.

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

Color convert

RGB11839202-
CMYK0.420.8100.21
HSL269.08º67.63%47.25%-
HSV(B)269.08º80.69%79.22%-
XYZ18.869.5756.73-
YUV81.2196.17154.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.87%
GREEN value IS 39 (15.62% from 255) = 10.86%
BLUE value IS 202 (79.30% from 255) = 56.27%
R=32.87%
G=10.86%
B=56.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118392020.420.8100.21269.0867.6347.25
Hex7627CA2A5101510d442f
Octal166473125212102541510457
Binary11101101001111100101010101010100010101011000011011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7627CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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