#6A40B6

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

Shades of Purple Heart #6A40B6

Tints of Purple Heart #6A40B6

Color information

#6A40B6 (or 0x6A40B6) is unknown color: approx Purple Heart. HEX triplet: 6A, 40 and B6. RGB value is (106,64,182). Sum of RGB (Red+Green+Blue) = 106+64+182=352 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.11% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 182 (71.48% from 255 or 51.70% from 352); Max value from RGB is 182 - color contains mainly: blue. Hex color #6A40B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A40B6 is #95BF49. Grayscale: #595959. Windows color (decimal): -9813834 or 11944042. OLE color: 11944042.

HSL color Cylindrical-coordinate representation of color #6A40B6: hue angle of 261.36º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A40B6 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10664182-
CMYK0.420.6500.29
HSL261.36º47.97%48.24%-
HSV(B)261.36º64.84%71.37%-
XYZ16.2210.1145.35-
YUV90.01179.91139.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.11%
GREEN value IS 64 (25.39% from 255) = 18.18%
BLUE value IS 182 (71.48% from 255) = 51.70%
R=30.11%
G=18.18%
B=51.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal106641820.420.6500.29261.3647.9748.24
Hex6A40B62A4101D1053030
Octal152100266521010354056060
Binary11010101000000101101101010101000001011101100000101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A40B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A40B6; }

 p { color: rgb(106,64,182); }

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

<style>
 a { background-color: #6A40B6; }

 a { background-color: rgb(106,64,182); }

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

<style>
 span { border-color: #6A40B6; }

 span { border-color: rgb(106,64,182); }

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