#7638C1

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

Shades of Purple Heart #7638C1

Tints of Purple Heart #7638C1

Color information

#7638C1 (or 0x7638C1) is unknown color: approx Purple Heart. HEX triplet: 76, 38 and C1. RGB value is (118,56,193). Sum of RGB (Red+Green+Blue) = 118+56+193=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #7638C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7638C1 is #89C73E. Grayscale: #595959. Windows color (decimal): -9029439 or 12662902. OLE color: 12662902.

HSL color Cylindrical-coordinate representation of color #7638C1: hue angle of 267.15º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7638C1 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11856193-
CMYK0.390.7100.24
HSL267.15º55.02%48.82%-
HSV(B)267.15º70.98%75.69%-
XYZ18.5110.5351.51-
YUV90.16186.04147.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 56 (22.27% from 255) = 15.26%
BLUE value IS 193 (75.78% from 255) = 52.59%
R=32.15%
G=15.26%
B=52.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118561930.390.7100.24267.1555.0248.82
Hex7638C1274701810b3731
Octal16670301471070304136761
Binary1110110111000110000011001111000111011000100001011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7638C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7638C1; }

 p { color: rgb(118,56,193); }

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

<style>
 a { background-color: #7638C1; }

 a { background-color: rgb(118,56,193); }

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

<style>
 span { border-color: #7638C1; }

 span { border-color: rgb(118,56,193); }

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