#762CC4

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

Shades of Purple Heart #762CC4

Tints of Purple Heart #762CC4

Color information

#762CC4 (or 0x762CC4) is unknown color: approx Purple Heart. HEX triplet: 76, 2C and C4. RGB value is (118,44,196). Sum of RGB (Red+Green+Blue) = 118+44+196=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 196 (76.95% from 255 or 54.75% from 358); Max value from RGB is 196 - color contains mainly: blue. Hex color #762CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CC4 is #89D33B. Grayscale: #525252. Windows color (decimal): -9032508 or 12856438. OLE color: 12856438.

HSL color Cylindrical-coordinate representation of color #762CC4: hue angle of 269.21º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #762CC4 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11844196-
CMYK0.400.7800.23
HSL269.21º63.33%47.06%-
HSV(B)269.21º77.55%76.86%-
XYZ18.349.6453.12-
YUV83.45191.52152.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.96%
GREEN value IS 44 (17.58% from 255) = 12.29%
BLUE value IS 196 (76.95% from 255) = 54.75%
R=32.96%
G=12.29%
B=54.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal118441960.400.7800.23269.2163.3347.06
Hex762CC4284E01710d3f2f
Octal16654304501160274157757
Binary1110110101100110001001010001001110010111100001101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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