#6932B6

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

Shades of Purple Heart #6932B6

Tints of Purple Heart #6932B6

Color information

#6932B6 (or 0x6932B6) is unknown color: approx Purple Heart. HEX triplet: 69, 32 and B6. RGB value is (105,50,182). Sum of RGB (Red+Green+Blue) = 105+50+182=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 182 (71.48% from 255 or 54.01% from 337); Max value from RGB is 182 - color contains mainly: blue. Hex color #6932B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6932B6 is #96CD49. Grayscale: #515151. Windows color (decimal): -9882954 or 11940457. OLE color: 11940457.

HSL color Cylindrical-coordinate representation of color #6932B6: hue angle of 265º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6932B6 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10550182-
CMYK0.420.7300.29
HSL265º56.9%45.49%-
HSV(B)265º72.53%71.37%-
XYZ15.418.6645.12-
YUV81.49184.72144.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 50 (19.92% from 255) = 14.84%
BLUE value IS 182 (71.48% from 255) = 54.01%
R=31.16%
G=14.84%
B=54.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105501820.420.7300.2926556.945.49
Hex6932B62A4901D109392d
Octal15162266521110354117155
Binary1101001110010101101101010101001001011101100001001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6932B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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