#7637CA

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

Shades of Purple Heart #7637CA

Tints of Purple Heart #7637CA

Color information

#7637CA (or 0x7637CA) is unknown color: approx Purple Heart. HEX triplet: 76, 37 and CA. RGB value is (118,55,202). Sum of RGB (Red+Green+Blue) = 118+55+202=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #7637CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7637CA is #89C835. Grayscale: #5A5A5A. Windows color (decimal): -9029686 or 13252470. OLE color: 13252470.

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

Color convert

RGB11855202-
CMYK0.420.7300.21
HSL265.71º58.1%50.39%-
HSV(B)265.71º72.77%79.22%-
XYZ19.510.8556.94-
YUV90.6190.87147.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 55 (21.88% from 255) = 14.67%
BLUE value IS 202 (79.30% from 255) = 53.87%
R=31.47%
G=14.67%
B=53.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118552020.420.7300.21265.7158.150.39
Hex7637CA2A4901510a3a32
Octal16667312521110254127262
Binary1110110110111110010101010101001001010101100001010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7637CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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