#6832B9

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

Shades of Purple Heart #6832B9

Tints of Purple Heart #6832B9

Color information

#6832B9 (or 0x6832B9) is unknown color: approx Purple Heart. HEX triplet: 68, 32 and B9. RGB value is (104,50,185). Sum of RGB (Red+Green+Blue) = 104+50+185=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 185 (72.66% from 255 or 54.57% from 339); Max value from RGB is 185 - color contains mainly: blue. Hex color #6832B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6832B9 is #97CD46. Grayscale: #515151. Windows color (decimal): -9948487 or 12137064. OLE color: 12137064.

HSL color Cylindrical-coordinate representation of color #6832B9: hue angle of 264º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6832B9 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10450185-
CMYK0.440.7300.27
HSL264º57.45%46.08%-
HSV(B)264º72.97%72.55%-
XYZ15.618.7346.76-
YUV81.54186.39144.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 50 (19.92% from 255) = 14.75%
BLUE value IS 185 (72.66% from 255) = 54.57%
R=30.68%
G=14.75%
B=54.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104501850.440.7300.2726457.4546.08
Hex6832B92C4901B108392e
Octal15062271541110334107156
Binary1101000110010101110011011001001001011011100001000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6832B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6832B9; }

 p { color: rgb(104,50,185); }

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

<style>
 a { background-color: #6832B9; }

 a { background-color: rgb(104,50,185); }

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

<style>
 span { border-color: #6832B9; }

 span { border-color: rgb(104,50,185); }

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