#6A25CD

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

Shades of Purple Heart #6A25CD

Tints of Purple Heart #6A25CD

Color information

#6A25CD (or 0x6A25CD) is unknown color: approx Purple Heart. HEX triplet: 6A, 25 and CD. RGB value is (106,37,205). Sum of RGB (Red+Green+Blue) = 106+37+205=348 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.46% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A25CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A25CD is #95DA32. Grayscale: #4C4C4C. Windows color (decimal): -9820723 or 13444458. OLE color: 13444458.

HSL color Cylindrical-coordinate representation of color #6A25CD: hue angle of 264.64º 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 #6A25CD is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10637205-
CMYK0.480.8200.20
HSL264.64º69.42%47.45%-
HSV(B)264.64º81.95%80.39%-
XYZ17.628.858.53-
YUV76.78200.36148.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.46%
GREEN value IS 37 (14.84% from 255) = 10.63%
BLUE value IS 205 (80.47% from 255) = 58.91%
R=30.46%
G=10.63%
B=58.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal106372050.480.8200.20264.6469.4247.45
Hex6A25CD3052014109452f
Octal152453156012202441110557
Binary11010101001011100110111000010100100101001000010011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A25CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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