#752AC0

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

Shades of Purple Heart #752AC0

Tints of Purple Heart #752AC0

Color information

#752AC0 (or 0x752AC0) is unknown color: approx Purple Heart. HEX triplet: 75, 2A and C0. RGB value is (117,42,192). Sum of RGB (Red+Green+Blue) = 117+42+192=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 192 (75.39% from 255 or 54.70% from 351); Max value from RGB is 192 - color contains mainly: blue. Hex color #752AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752AC0 is #8AD53F. Grayscale: #515151. Windows color (decimal): -9098560 or 12593781. OLE color: 12593781.

HSL color Cylindrical-coordinate representation of color #752AC0: hue angle of 270º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752AC0 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11742192-
CMYK0.390.7800.25
HSL270º64.1%45.88%-
HSV(B)270º78.12%75.29%-
XYZ17.689.2450.72-
YUV81.53190.35153.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 42 (16.80% from 255) = 11.97%
BLUE value IS 192 (75.39% from 255) = 54.70%
R=33.33%
G=11.97%
B=54.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117421920.390.7800.2527064.145.88
Hex752AC0274E01910e402e
Octal165523004711603141610056
Binary11101011010101100000010011110011100110011000011101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,42,192); }

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

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

 a { background-color: rgb(117,42,192); }

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

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

 span { border-color: rgb(117,42,192); }

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