#762CC1

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

Shades of Purple Heart #762CC1

Tints of Purple Heart #762CC1

Color information

#762CC1 (or 0x762CC1) is unknown color: approx Purple Heart. HEX triplet: 76, 2C and C1. RGB value is (118,44,193). Sum of RGB (Red+Green+Blue) = 118+44+193=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #762CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CC1 is #89D33E. Grayscale: #525252. Windows color (decimal): -9032511 or 12659830. OLE color: 12659830.

HSL color Cylindrical-coordinate representation of color #762CC1: hue angle of 269.8º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #762CC1 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11844193-
CMYK0.390.7700.24
HSL269.8º62.87%46.47%-
HSV(B)269.8º77.2%75.69%-
XYZ189.551.34-
YUV83.11190.02152.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 44 (17.58% from 255) = 12.39%
BLUE value IS 193 (75.78% from 255) = 54.37%
R=33.24%
G=12.39%
B=54.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118441930.390.7700.24269.862.8746.47
Hex762CC1274D01810e3f2e
Octal16654301471150304167756
Binary1110110101100110000011001111001101011000100001110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762CC1; }

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

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

<style>
 a { background-color: #762CC1; }

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

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

<style>
 span { border-color: #762CC1; }

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

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