#7638CE

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

Shades of Purple Heart #7638CE

Tints of Purple Heart #7638CE

Color information

#7638CE (or 0x7638CE) is unknown color: approx Purple Heart. HEX triplet: 76, 38 and CE. RGB value is (118,56,206). Sum of RGB (Red+Green+Blue) = 118+56+206=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #7638CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7638CE is #89C731. Grayscale: #5B5B5B. Windows color (decimal): -9029426 or 13514870. OLE color: 13514870.

HSL color Cylindrical-coordinate representation of color #7638CE: hue angle of 264.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7638CE is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11856206-
CMYK0.430.7300.19
HSL264.8º60.48%51.37%-
HSV(B)264.8º72.82%80.78%-
XYZ20.0311.1459.49-
YUV91.64192.54146.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.05%
GREEN value IS 56 (22.27% from 255) = 14.74%
BLUE value IS 206 (80.86% from 255) = 54.21%
R=31.05%
G=14.74%
B=54.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal118562060.430.7300.19264.860.4851.37
Hex7638CE2B490131093c33
Octal16670316531110234117463
Binary1110110111000110011101010111001001010011100001001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7638CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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