#6D25D8

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

Shades of Purple Heart #6D25D8

Tints of Purple Heart #6D25D8

Color information

#6D25D8 (or 0x6D25D8) is unknown color: approx Purple Heart. HEX triplet: 6D, 25 and D8. RGB value is (109,37,216). Sum of RGB (Red+Green+Blue) = 109+37+216=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 216 (84.77% from 255 or 59.67% from 362); Max value from RGB is 216 - color contains mainly: blue. Hex color #6D25D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D25D8 is #92DA27. Grayscale: #4E4E4E. Windows color (decimal): -9624104 or 14165357. OLE color: 14165357.

HSL color Cylindrical-coordinate representation of color #6D25D8: hue angle of 264.13º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D25D8 is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10937216-
CMYK0.500.8300.15
HSL264.13º70.75%49.61%-
HSV(B)264.13º82.87%84.71%-
XYZ19.369.5365.79-
YUV78.93205.35149.45-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.11%
GREEN value IS 37 (14.84% from 255) = 10.22%
BLUE value IS 216 (84.77% from 255) = 59.67%
R=30.11%
G=10.22%
B=59.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal109372160.500.8300.15264.1370.7549.61
Hex6D25D832530F1084732
Octal155453306212301741010762
Binary1101101100101110110001100101010011011111000010001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D25D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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