#6a1ed8

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

Shades of Purple Heart #6A1ED8

Tints of Purple Heart #6A1ED8

Color information

#6A1ED8 (or 0x6A1ED8) is unknown color: approx Purple Heart. HEX triplet: 6A, 1E and D8. RGB value is (106,30,216). Sum of RGB (Red+Green+Blue) = 106+30+216=352 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.11% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 216 (84.77% from 255 or 61.36% from 352); Max value from RGB is 216 - color contains mainly: blue. Hex color #6A1ED8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A1ED8 is #95E127. Grayscale: #494949. Windows color (decimal): -9822504 or 14163562. OLE color: 14163562.

HSL color Cylindrical-coordinate representation of color #6A1ED8: hue angle of 264.52º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A1ED8 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10630216-
CMYK0.510.8600.15
HSL264.52º75.61%48.24%-
HSV(B)264.52º86.11%84.71%-
XYZ18.88.9565.7-
YUV73.93208.18150.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.11%
GREEN value IS 30 (12.11% from 255) = 8.52%
BLUE value IS 216 (84.77% from 255) = 61.36%
R=30.11%
G=8.52%
B=61.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal106302160.510.8600.15264.5275.6148.24
Hex6A1ED833560F1094c30
Octal152363306312601741111460
Binary110101011110110110001100111010110011111000010011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a1ed8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,30,216); }

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

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

 a { background-color: rgb(106,30,216); }

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

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

 span { border-color: rgb(106,30,216); }

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