#762ACA

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

Shades of Purple Heart #762ACA

Tints of Purple Heart #762ACA

Color information

#762ACA (or 0x762ACA) is unknown color: approx Purple Heart. HEX triplet: 76, 2A and CA. RGB value is (118,42,202). Sum of RGB (Red+Green+Blue) = 118+42+202=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #762ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762ACA is #89D535. Grayscale: #525252. Windows color (decimal): -9033014 or 13249142. OLE color: 13249142.

HSL color Cylindrical-coordinate representation of color #762ACA: hue angle of 268.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #762ACA is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11842202-
CMYK0.420.7900.21
HSL268.5º65.57%47.84%-
HSV(B)268.5º79.21%79.22%-
XYZ18.969.7756.76-
YUV82.96195.18152.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.60%
GREEN value IS 42 (16.80% from 255) = 11.60%
BLUE value IS 202 (79.30% from 255) = 55.80%
R=32.60%
G=11.60%
B=55.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118422020.420.7900.21268.565.5747.84
Hex762ACA2A4F01510c4230
Octal166523125211702541410260
Binary11101101010101100101010101010011110101011000011001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,42,202); }

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

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

 a { background-color: rgb(118,42,202); }

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

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

 span { border-color: rgb(118,42,202); }

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