#6041C6

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

Shades of Purple Heart #6041C6

Tints of Purple Heart #6041C6

Color information

#6041C6 (or 0x6041C6) is unknown color: approx Purple Heart. HEX triplet: 60, 41 and C6. RGB value is (96,65,198). Sum of RGB (Red+Green+Blue) = 96+65+198=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 198 (77.73% from 255 or 55.15% from 359); Max value from RGB is 198 - color contains mainly: blue. Hex color #6041C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6041C6 is #9FBE39. Grayscale: #585858. Windows color (decimal): -10468922 or 12992864. OLE color: 12992864.

HSL color Cylindrical-coordinate representation of color #6041C6: hue angle of 253.98º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6041C6 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9665198-
CMYK0.520.6700.22
HSL253.98º53.85%51.57%-
HSV(B)253.98º67.17%77.65%-
XYZ16.9110.3454.53-
YUV89.43189.27132.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.74%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 198 (77.73% from 255) = 55.15%
R=26.74%
G=18.11%
B=55.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal96651980.520.6700.22253.9853.8551.57
Hex6041C63443016fe3634
Octal140101306641030263766664
Binary1100000100000111000110110100100001101011011111110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6041C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6041C6; }

 p { color: rgb(96,65,198); }

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

<style>
 a { background-color: #6041C6; }

 a { background-color: rgb(96,65,198); }

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

<style>
 span { border-color: #6041C6; }

 span { border-color: rgb(96,65,198); }

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