#6A28B6

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

Shades of Purple Heart #6A28B6

Tints of Purple Heart #6A28B6

Color information

#6A28B6 (or 0x6A28B6) is unknown color: approx Purple Heart. HEX triplet: 6A, 28 and B6. RGB value is (106,40,182). Sum of RGB (Red+Green+Blue) = 106+40+182=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #6A28B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A28B6 is #95D749. Grayscale: #4B4B4B. Windows color (decimal): -9819978 or 11937898. OLE color: 11937898.

HSL color Cylindrical-coordinate representation of color #6A28B6: hue angle of 267.89º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A28B6 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10640182-
CMYK0.420.7800.29
HSL267.89º63.96%43.53%-
HSV(B)267.89º78.02%71.37%-
XYZ15.157.9644.99-
YUV75.92187.87149.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.32%
GREEN value IS 40 (16.02% from 255) = 12.20%
BLUE value IS 182 (71.48% from 255) = 55.49%
R=32.32%
G=12.20%
B=55.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal106401820.420.7800.29267.8963.9643.53
Hex6A28B62A4E01D10c402c
Octal152502665211603541410054
Binary11010101010001011011010101010011100111011000011001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A28B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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