#6D25CB

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

Shades of Purple Heart #6D25CB

Tints of Purple Heart #6D25CB

Color information

#6D25CB (or 0x6D25CB) is unknown color: approx Purple Heart. HEX triplet: 6D, 25 and CB. RGB value is (109,37,203). Sum of RGB (Red+Green+Blue) = 109+37+203=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D25CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D25CB is #92DA34. Grayscale: #4C4C4C. Windows color (decimal): -9624117 or 13313389. OLE color: 13313389.

HSL color Cylindrical-coordinate representation of color #6D25CB: hue angle of 266.02º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D25CB is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10937203-
CMYK0.460.8200.20
HSL266.02º69.17%47.06%-
HSV(B)266.02º81.77%79.61%-
XYZ17.758.8957.28-
YUV77.45198.85150.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.23%
GREEN value IS 37 (14.84% from 255) = 10.60%
BLUE value IS 203 (79.69% from 255) = 58.17%
R=31.23%
G=10.60%
B=58.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal109372030.460.8200.20266.0269.1747.06
Hex6D25CB2E5201410a452f
Octal155453135612202441210557
Binary11011011001011100101110111010100100101001000010101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D25CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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