#7241D6

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

Shades of Purple Heart #7241D6

Tints of Purple Heart #7241D6

Color information

#7241D6 (or 0x7241D6) is unknown color: approx Purple Heart. HEX triplet: 72, 41 and D6. RGB value is (114,65,214). Sum of RGB (Red+Green+Blue) = 114+65+214=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 214 (83.98% from 255 or 54.45% from 393); Max value from RGB is 214 - color contains mainly: blue. Hex color #7241D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7241D6 is #8DBE29. Grayscale: #606060. Windows color (decimal): -9289258 or 14041458. OLE color: 14041458.

HSL color Cylindrical-coordinate representation of color #7241D6: hue angle of 259.73º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7241D6 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11465214-
CMYK0.470.7000.16
HSL259.73º64.5%54.71%-
HSV(B)259.73º69.63%83.92%-
XYZ20.9712.2164.87-
YUV96.64194.23140.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.01%
GREEN value IS 65 (25.78% from 255) = 16.54%
BLUE value IS 214 (83.98% from 255) = 54.45%
R=29.01%
G=16.54%
B=54.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal114652140.470.7000.16259.7364.554.71
Hex7241D62F460101044137
Octal1621013265710602040410167
Binary111001010000011101011010111110001100100001000001001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7241D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7241D6; }

 p { color: rgb(114,65,214); }

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

<style>
 a { background-color: #7241D6; }

 a { background-color: rgb(114,65,214); }

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

<style>
 span { border-color: #7241D6; }

 span { border-color: rgb(114,65,214); }

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