#6A41B8

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

Shades of Purple Heart #6A41B8

Tints of Purple Heart #6A41B8

Color information

#6A41B8 (or 0x6A41B8) is unknown color: approx Purple Heart. HEX triplet: 6A, 41 and B8. RGB value is (106,65,184). Sum of RGB (Red+Green+Blue) = 106+65+184=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 184 (72.27% from 255 or 51.83% from 355); Max value from RGB is 184 - color contains mainly: blue. Hex color #6A41B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A41B8 is #95BE47. Grayscale: #5A5A5A. Windows color (decimal): -9813576 or 12075370. OLE color: 12075370.

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

Color convert

RGB10665184-
CMYK0.420.6500.28
HSL260.67º47.79%48.82%-
HSV(B)260.67º64.67%72.16%-
XYZ16.4910.3146.47-
YUV90.82180.58138.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.86%
GREEN value IS 65 (25.78% from 255) = 18.31%
BLUE value IS 184 (72.27% from 255) = 51.83%
R=29.86%
G=18.31%
B=51.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal106651840.420.6500.28260.6747.7948.82
Hex6A41B82A4101C1053031
Octal152101270521010344056061
Binary11010101000001101110001010101000001011100100000101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A41B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,65,184); }

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

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

 a { background-color: rgb(106,65,184); }

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

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

 span { border-color: rgb(106,65,184); }

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