#6A28C6

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

Shades of Purple Heart #6A28C6

Tints of Purple Heart #6A28C6

Color information

#6A28C6 (or 0x6A28C6) is unknown color: approx Purple Heart. HEX triplet: 6A, 28 and C6. RGB value is (106,40,198). Sum of RGB (Red+Green+Blue) = 106+40+198=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 198 (77.73% from 255 or 57.56% from 344); Max value from RGB is 198 - color contains mainly: blue. Hex color #6A28C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A28C6 is #95D739. Grayscale: #4D4D4D. Windows color (decimal): -9819962 or 12986474. OLE color: 12986474.

HSL color Cylindrical-coordinate representation of color #6A28C6: hue angle of 265.06º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A28C6 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10640198-
CMYK0.460.8000.22
HSL265.06º66.39%46.67%-
HSV(B)265.06º79.8%77.65%-
XYZ16.98.6654.21-
YUV77.75195.87148.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.81%
GREEN value IS 40 (16.02% from 255) = 11.63%
BLUE value IS 198 (77.73% from 255) = 57.56%
R=30.81%
G=11.63%
B=57.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal106401980.460.8000.22265.0666.3946.67
Hex6A28C62E50016109422f
Octal152503065612002641110257
Binary11010101010001100011010111010100000101101000010011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A28C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,40,198); }

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

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

 a { background-color: rgb(106,40,198); }

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

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

 span { border-color: rgb(106,40,198); }

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