#6A2EBE

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

Shades of Purple Heart #6A2EBE

Tints of Purple Heart #6A2EBE

Color information

#6A2EBE (or 0x6A2EBE) is unknown color: approx Purple Heart. HEX triplet: 6A, 2E and BE. RGB value is (106,46,190). Sum of RGB (Red+Green+Blue) = 106+46+190=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A2EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2EBE is #95D141. Grayscale: #4F4F4F. Windows color (decimal): -9818434 or 12463722. OLE color: 12463722.

HSL color Cylindrical-coordinate representation of color #6A2EBE: hue angle of 265º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A2EBE is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10646190-
CMYK0.440.7600.25
HSL265º61.02%46.27%-
HSV(B)265º75.79%74.51%-
XYZ16.228.7449.55-
YUV80.36189.88146.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.99%
GREEN value IS 46 (18.36% from 255) = 13.45%
BLUE value IS 190 (74.61% from 255) = 55.56%
R=30.99%
G=13.45%
B=55.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106461900.440.7600.2526561.0246.27
Hex6A2EBE2C4C0191093d2e
Octal15256276541140314117556
Binary1101010101110101111101011001001100011001100001001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,46,190); }

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

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

 a { background-color: rgb(106,46,190); }

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

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

 span { border-color: rgb(106,46,190); }

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