#763DC4

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

Shades of Purple Heart #763DC4

Tints of Purple Heart #763DC4

Color information

#763DC4 (or 0x763DC4) is unknown color: approx Purple Heart. HEX triplet: 76, 3D and C4. RGB value is (118,61,196). Sum of RGB (Red+Green+Blue) = 118+61+196=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 196 (76.95% from 255 or 52.27% from 375); Max value from RGB is 196 - color contains mainly: blue. Hex color #763DC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763DC4 is #89C23B. Grayscale: #5C5C5C. Windows color (decimal): -9028156 or 12860790. OLE color: 12860790.

HSL color Cylindrical-coordinate representation of color #763DC4: hue angle of 265.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #763DC4 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11861196-
CMYK0.400.6900.23
HSL265.33º53.36%50.39%-
HSV(B)265.33º68.88%76.86%-
XYZ19.111.1753.37-
YUV93.43185.88145.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 61 (24.22% from 255) = 16.27%
BLUE value IS 196 (76.95% from 255) = 52.27%
R=31.47%
G=16.27%
B=52.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal118611960.400.6900.23265.3353.3650.39
Hex763DC428450171093532
Octal16675304501050274116562
Binary1110110111101110001001010001000101010111100001001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763DC4; }

 p { color: rgb(118,61,196); }

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

<style>
 a { background-color: #763DC4; }

 a { background-color: rgb(118,61,196); }

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

<style>
 span { border-color: #763DC4; }

 span { border-color: rgb(118,61,196); }

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