#6A18D5

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

Shades of Purple Heart #6A18D5

Tints of Purple Heart #6A18D5

Color information

#6A18D5 (or 0x6A18D5) is unknown color: approx Purple Heart. HEX triplet: 6A, 18 and D5. RGB value is (106,24,213). Sum of RGB (Red+Green+Blue) = 106+24+213=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 213 (83.59% from 255 or 62.10% from 343); Max value from RGB is 213 - color contains mainly: blue. Hex color #6A18D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A18D5 is #95E72A. Grayscale: #454545. Windows color (decimal): -9824043 or 13965418. OLE color: 13965418.

HSL color Cylindrical-coordinate representation of color #6A18D5: hue angle of 266.03º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A18D5 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10624213-
CMYK0.500.8900.16
HSL266.03º79.75%46.47%-
HSV(B)266.03º88.73%83.53%-
XYZ18.288.5263.63-
YUV70.06208.67153.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.90%
GREEN value IS 24 (9.77% from 255) = 7.00%
BLUE value IS 213 (83.59% from 255) = 62.10%
R=30.90%
G=7.00%
B=62.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal106242130.500.8900.16266.0379.7546.47
Hex6A18D5325901010a502e
Octal152303256213102041212056
Binary1101010110001101010111001010110010100001000010101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A18D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,24,213); }

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

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

 a { background-color: rgb(106,24,213); }

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

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

 span { border-color: rgb(106,24,213); }

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