#6C1ABE

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

Shades of Purple Heart #6C1ABE

Tints of Purple Heart #6C1ABE

Color information

#6C1ABE (or 0x6C1ABE) is unknown color: approx Purple Heart. HEX triplet: 6C, 1A and BE. RGB value is (108,26,190). Sum of RGB (Red+Green+Blue) = 108+26+190=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C1ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1ABE is #93E541. Grayscale: #444444. Windows color (decimal): -9692482 or 12458604. OLE color: 12458604.

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

Color convert

RGB10826190-
CMYK0.430.8600.25
HSL270º75.93%42.35%-
HSV(B)270º86.32%74.51%-
XYZ15.857.6449.36-
YUV69.21196.17155.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.33%
GREEN value IS 26 (10.55% from 255) = 8.02%
BLUE value IS 190 (74.61% from 255) = 58.64%
R=33.33%
G=8.02%
B=58.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108261900.430.8600.2527075.9342.35
Hex6C1ABE2B5601910e4c2a
Octal154322765312603141611452
Binary1101100110101011111010101110101100110011000011101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,26,190); }

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

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

 a { background-color: rgb(108,26,190); }

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

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

 span { border-color: rgb(108,26,190); }

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