#752BBC

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

Shades of Purple Heart #752BBC

Tints of Purple Heart #752BBC

Color information

#752BBC (or 0x752BBC) is unknown color: approx Purple Heart. HEX triplet: 75, 2B and BC. RGB value is (117,43,188). Sum of RGB (Red+Green+Blue) = 117+43+188=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #752BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BBC is #8AD443. Grayscale: #515151. Windows color (decimal): -9098308 or 12331893. OLE color: 12331893.

HSL color Cylindrical-coordinate representation of color #752BBC: hue angle of 270.62º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #752BBC is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11743188-
CMYK0.380.7700.26
HSL270.62º62.77%45.29%-
HSV(B)270.62º77.13%73.73%-
XYZ17.289.1448.43-
YUV81.66188.02153.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 43 (17.19% from 255) = 12.36%
BLUE value IS 188 (73.83% from 255) = 54.02%
R=33.62%
G=12.36%
B=54.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117431880.380.7700.26270.6262.7745.29
Hex752BBC264D01A10f3f2d
Octal16553274461150324177755
Binary1110101101011101111001001101001101011010100001111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,43,188); }

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

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

 a { background-color: rgb(117,43,188); }

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

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

 span { border-color: rgb(117,43,188); }

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