#6A3EBD

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

Shades of Purple Heart #6A3EBD

Tints of Purple Heart #6A3EBD

Color information

#6A3EBD (or 0x6A3EBD) is unknown color: approx Purple Heart. HEX triplet: 6A, 3E and BD. RGB value is (106,62,189). Sum of RGB (Red+Green+Blue) = 106+62+189=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #6A3EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3EBD is #95C142. Grayscale: #595959. Windows color (decimal): -9814339 or 12402282. OLE color: 12402282.

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

Color convert

RGB10662189-
CMYK0.440.6700.26
HSL260.79º50.6%49.22%-
HSV(B)260.79º67.2%74.12%-
XYZ16.8510.1849.22-
YUV89.63184.08139.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.69%
GREEN value IS 62 (24.61% from 255) = 17.37%
BLUE value IS 189 (74.22% from 255) = 52.94%
R=29.69%
G=17.37%
B=52.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal106621890.440.6700.26260.7950.649.22
Hex6A3EBD2C4301A1053331
Octal15276275541030324056361
Binary1101010111110101111011011001000011011010100000101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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