#6A1EDE

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

Shades of Purple Heart #6A1EDE

Tints of Purple Heart #6A1EDE

Color information

#6A1EDE (or 0x6A1EDE) is unknown color: approx Purple Heart. HEX triplet: 6A, 1E and DE. RGB value is (106,30,222). Sum of RGB (Red+Green+Blue) = 106+30+222=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #6A1EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A1EDE is #95E121. Grayscale: #494949. Windows color (decimal): -9822498 or 14556778. OLE color: 14556778.

HSL color Cylindrical-coordinate representation of color #6A1EDE: hue angle of 263.75º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A1EDE is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10630222-
CMYK0.520.8600.13
HSL263.75º76.19%49.41%-
HSV(B)263.75º86.49%87.06%-
XYZ19.599.2769.86-
YUV74.61211.18150.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.61%
GREEN value IS 30 (12.11% from 255) = 8.38%
BLUE value IS 222 (87.11% from 255) = 62.01%
R=29.61%
G=8.38%
B=62.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal106302220.520.8600.13263.7576.1949.41
Hex6A1EDE34560D1084c31
Octal152363366412601541011461
Binary110101011110110111101101001010110011011000010001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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