#752CB3

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

Shades of Purple Heart #752CB3

Tints of Purple Heart #752CB3

Color information

#752CB3 (or 0x752CB3) is unknown color: approx Purple Heart. HEX triplet: 75, 2C and B3. RGB value is (117,44,179). Sum of RGB (Red+Green+Blue) = 117+44+179=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 179 (70.31% from 255 or 52.65% from 340); Max value from RGB is 179 - color contains mainly: blue. Hex color #752CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752CB3 is #8AD34C. Grayscale: #505050. Windows color (decimal): -9098061 or 11742325. OLE color: 11742325.

HSL color Cylindrical-coordinate representation of color #752CB3: hue angle of 272.44º 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 #752CB3 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11744179-
CMYK0.350.7500.30
HSL272.44º60.54%43.73%-
HSV(B)272.44º75.42%70.2%-
XYZ16.378.8443.49-
YUV81.22183.18153.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.41%
GREEN value IS 44 (17.58% from 255) = 12.94%
BLUE value IS 179 (70.31% from 255) = 52.65%
R=34.41%
G=12.94%
B=52.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal117441790.350.7500.30272.4460.5443.73
Hex752CB3234B01E1103d2c
Octal16554263431130364207554
Binary1110101101100101100111000111001011011110100010000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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