#762CB3

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

Shades of Purple Heart #762CB3

Tints of Purple Heart #762CB3

Color information

#762CB3 (or 0x762CB3) is unknown color: approx Purple Heart. HEX triplet: 76, 2C and B3. RGB value is (118,44,179). Sum of RGB (Red+Green+Blue) = 118+44+179=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #762CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CB3 is #89D34C. Grayscale: #515151. Windows color (decimal): -9032525 or 11742326. OLE color: 11742326.

HSL color Cylindrical-coordinate representation of color #762CB3: hue angle of 272.89º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762CB3 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11844179-
CMYK0.340.7500.30
HSL272.89º60.54%43.73%-
HSV(B)272.89º75.42%70.2%-
XYZ16.518.9143.5-
YUV81.52183.02154.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 44 (17.58% from 255) = 12.90%
BLUE value IS 179 (70.31% from 255) = 52.49%
R=34.60%
G=12.90%
B=52.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal118441790.340.7500.30272.8960.5443.73
Hex762CB3224B01E1113d2c
Octal16654263421130364217554
Binary1110110101100101100111000101001011011110100010001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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