#6A41BC

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

Shades of Purple Heart #6A41BC

Tints of Purple Heart #6A41BC

Color information

#6A41BC (or 0x6A41BC) is unknown color: approx Purple Heart. HEX triplet: 6A, 41 and BC. RGB value is (106,65,188). Sum of RGB (Red+Green+Blue) = 106+65+188=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A41BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A41BC is #95BE43. Grayscale: #5A5A5A. Windows color (decimal): -9813572 or 12337514. OLE color: 12337514.

HSL color Cylindrical-coordinate representation of color #6A41BC: hue angle of 260º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A41BC is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10665188-
CMYK0.440.6500.26
HSL260º48.62%49.61%-
HSV(B)260º65.43%73.73%-
XYZ16.9110.4848.71-
YUV91.28182.58138.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.53%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 188 (73.83% from 255) = 52.37%
R=29.53%
G=18.11%
B=52.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal106651880.440.6500.2626048.6249.61
Hex6A41BC2C4101A1043132
Octal152101274541010324046162
Binary11010101000001101111001011001000001011010100000100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A41BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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