#7544C1

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

Shades of Purple Heart #7544C1

Tints of Purple Heart #7544C1

Color information

#7544C1 (or 0x7544C1) is unknown color: approx Purple Heart. HEX triplet: 75, 44 and C1. RGB value is (117,68,193). Sum of RGB (Red+Green+Blue) = 117+68+193=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #7544C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7544C1 is #8ABB3E. Grayscale: #606060. Windows color (decimal): -9091903 or 12665973. OLE color: 12665973.

HSL color Cylindrical-coordinate representation of color #7544C1: hue angle of 263.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7544C1 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11768193-
CMYK0.390.6500.24
HSL263.52º50.2%51.18%-
HSV(B)263.52º64.77%75.69%-
XYZ19.0311.7751.72-
YUV96.9182.23142.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 68 (26.95% from 255) = 17.99%
BLUE value IS 193 (75.78% from 255) = 51.06%
R=30.95%
G=17.99%
B=51.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal117681930.390.6500.24263.5250.251.18
Hex7544C127410181083233
Octal165104301471010304106263
Binary11101011000100110000011001111000001011000100001000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7544C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7544C1; }

 p { color: rgb(117,68,193); }

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

<style>
 a { background-color: #7544C1; }

 a { background-color: rgb(117,68,193); }

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

<style>
 span { border-color: #7544C1; }

 span { border-color: rgb(117,68,193); }

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