#6A25CA

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

Shades of Purple Heart #6A25CA

Tints of Purple Heart #6A25CA

Color information

#6A25CA (or 0x6A25CA) is unknown color: approx Purple Heart. HEX triplet: 6A, 25 and CA. RGB value is (106,37,202). Sum of RGB (Red+Green+Blue) = 106+37+202=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A25CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A25CA is #95DA35. Grayscale: #4B4B4B. Windows color (decimal): -9820726 or 13247850. OLE color: 13247850.

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

Color convert

RGB10637202-
CMYK0.480.8200.21
HSL265.09º69.04%46.86%-
HSV(B)265.09º81.68%79.22%-
XYZ17.278.6556.64-
YUV76.44198.86149.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.72%
GREEN value IS 37 (14.84% from 255) = 10.72%
BLUE value IS 202 (79.30% from 255) = 58.55%
R=30.72%
G=10.72%
B=58.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106372020.480.8200.21265.0969.0446.86
Hex6A25CA3052015109452f
Octal152453126012202541110557
Binary11010101001011100101011000010100100101011000010011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A25CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,37,202); }

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

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

 a { background-color: rgb(106,37,202); }

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

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

 span { border-color: rgb(106,37,202); }

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