#6a18bf

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

Shades of Purple Heart #6A18BF

Tints of Purple Heart #6A18BF

Color information

#6A18BF (or 0x6A18BF) is unknown color: approx Purple Heart. HEX triplet: 6A, 18 and BF. RGB value is (106,24,191). Sum of RGB (Red+Green+Blue) = 106+24+191=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A18BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A18BF is #95E740. Grayscale: #424242. Windows color (decimal): -9824065 or 12523626. OLE color: 12523626.

HSL color Cylindrical-coordinate representation of color #6A18BF: hue angle of 269.46º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A18BF is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10624191-
CMYK0.450.8700.25
HSL269.46º77.67%42.16%-
HSV(B)269.46º87.43%74.9%-
XYZ15.677.4849.91-
YUV67.56197.67155.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.02%
GREEN value IS 24 (9.77% from 255) = 7.48%
BLUE value IS 191 (75% from 255) = 59.50%
R=33.02%
G=7.48%
B=59.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106241910.450.8700.25269.4677.6742.16
Hex6A18BF2D5701910d4e2a
Octal152302775512703141511652
Binary1101010110001011111110110110101110110011000011011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a18bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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