#6A1EBD

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

Shades of Purple Heart #6A1EBD

Tints of Purple Heart #6A1EBD

Color information

#6A1EBD (or 0x6A1EBD) is unknown color: approx Purple Heart. HEX triplet: 6A, 1E and BD. RGB value is (106,30,189). Sum of RGB (Red+Green+Blue) = 106+30+189=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #6A1EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A1EBD is #95E142. Grayscale: #464646. Windows color (decimal): -9822531 or 12394090. OLE color: 12394090.

HSL color Cylindrical-coordinate representation of color #6A1EBD: hue angle of 268.68º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A1EBD is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10630189-
CMYK0.440.8400.26
HSL268.68º72.6%42.94%-
HSV(B)268.68º84.13%74.12%-
XYZ15.597.6748.8-
YUV70.85194.68153.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.62%
GREEN value IS 30 (12.11% from 255) = 9.23%
BLUE value IS 189 (74.22% from 255) = 58.15%
R=32.62%
G=9.23%
B=58.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal106301890.440.8400.26268.6872.642.94
Hex6A1EBD2C5401A10d492b
Octal152362755412403241511153
Binary1101010111101011110110110010101000110101000011011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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