#6D25AB

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

Shades of Purple Heart #6D25AB

Tints of Purple Heart #6D25AB

Color information

#6D25AB (or 0x6D25AB) is unknown color: approx Purple Heart. HEX triplet: 6D, 25 and AB. RGB value is (109,37,171). Sum of RGB (Red+Green+Blue) = 109+37+171=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D25AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D25AB is #92DA54. Grayscale: #494949. Windows color (decimal): -9624149 or 11216237. OLE color: 11216237.

HSL color Cylindrical-coordinate representation of color #6D25AB: hue angle of 272.24º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D25AB is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10937171-
CMYK0.360.7800.33
HSL272.24º64.42%40.78%-
HSV(B)272.24º78.36%67.06%-
XYZ14.327.5139.22-
YUV73.8182.85153.1-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.38%
GREEN value IS 37 (14.84% from 255) = 11.67%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=34.38%
G=11.67%
B=53.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109371710.360.7800.33272.2464.4240.78
Hex6D25AB244E0211104029
Octal155452534411604142010051
Binary110110110010110101011100100100111001000011000100001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D25AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,37,171); }

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

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

 a { background-color: rgb(109,37,171); }

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

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

 span { border-color: rgb(109,37,171); }

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