#6a2eb4

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

Shades of Purple Heart #6A2EB4

Tints of Purple Heart #6A2EB4

Color information

#6A2EB4 (or 0x6A2EB4) is unknown color: approx Purple Heart. HEX triplet: 6A, 2E and B4. RGB value is (106,46,180). Sum of RGB (Red+Green+Blue) = 106+46+180=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 180 (70.70% from 255 or 54.22% from 332); Max value from RGB is 180 - color contains mainly: blue. Hex color #6A2EB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2EB4 is #95D14B. Grayscale: #4E4E4E. Windows color (decimal): -9818444 or 11808362. OLE color: 11808362.

HSL color Cylindrical-coordinate representation of color #6A2EB4: hue angle of 266.87º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A2EB4 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10646180-
CMYK0.410.7400.29
HSL266.87º59.29%44.31%-
HSV(B)266.87º74.44%70.59%-
XYZ15.168.3143.99-
YUV79.22184.88147.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.93%
GREEN value IS 46 (18.36% from 255) = 13.86%
BLUE value IS 180 (70.70% from 255) = 54.22%
R=31.93%
G=13.86%
B=54.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal106461800.410.7400.29266.8759.2944.31
Hex6A2EB4294A01D10b3b2c
Octal15256264511120354137354
Binary1101010101110101101001010011001010011101100001011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a2eb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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