#6932D5

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

Shades of Purple Heart #6932D5

Tints of Purple Heart #6932D5

Color information

#6932D5 (or 0x6932D5) is unknown color: approx Purple Heart. HEX triplet: 69, 32 and D5. RGB value is (105,50,213). Sum of RGB (Red+Green+Blue) = 105+50+213=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 213 (83.59% from 255 or 57.88% from 368); Max value from RGB is 213 - color contains mainly: blue. Hex color #6932D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6932D5 is #96CD2A. Grayscale: #545454. Windows color (decimal): -9882923 or 13972073. OLE color: 13972073.

HSL color Cylindrical-coordinate representation of color #6932D5: hue angle of 260.25º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6932D5 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10550213-
CMYK0.510.7700.16
HSL260.25º65.99%51.57%-
HSV(B)260.25º76.53%83.53%-
XYZ18.9810.0963.9-
YUV85.03200.22142.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.53%
GREEN value IS 50 (19.92% from 255) = 13.59%
BLUE value IS 213 (83.59% from 255) = 57.88%
R=28.53%
G=13.59%
B=57.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal105502130.510.7700.16260.2565.9951.57
Hex6932D5334D0101044234
Octal151623256311502040410264
Binary11010011100101101010111001110011010100001000001001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6932D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6932D5; }

 p { color: rgb(105,50,213); }

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

<style>
 a { background-color: #6932D5; }

 a { background-color: rgb(105,50,213); }

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

<style>
 span { border-color: #6932D5; }

 span { border-color: rgb(105,50,213); }

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