#6A2ABE

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

Shades of Purple Heart #6A2ABE

Tints of Purple Heart #6A2ABE

Color information

#6A2ABE (or 0x6A2ABE) is unknown color: approx Purple Heart. HEX triplet: 6A, 2A and BE. RGB value is (106,42,190). Sum of RGB (Red+Green+Blue) = 106+42+190=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A2ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2ABE is #95D541. Grayscale: #4D4D4D. Windows color (decimal): -9819458 or 12462698. OLE color: 12462698.

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

Color convert

RGB10642190-
CMYK0.440.7800.25
HSL265.95º63.79%45.49%-
HSV(B)265.95º77.89%74.51%-
XYZ16.078.4449.5-
YUV78.01191.2147.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.36%
GREEN value IS 42 (16.80% from 255) = 12.43%
BLUE value IS 190 (74.61% from 255) = 56.21%
R=31.36%
G=12.43%
B=56.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106421900.440.7800.25265.9563.7945.49
Hex6A2ABE2C4E01910a402d
Octal152522765411603141210055
Binary11010101010101011111010110010011100110011000010101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,42,190); }

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

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

 a { background-color: rgb(106,42,190); }

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

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

 span { border-color: rgb(106,42,190); }

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