#6D2ABE

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

Shades of Purple Heart #6D2ABE

Tints of Purple Heart #6D2ABE

Color information

#6D2ABE (or 0x6D2ABE) is unknown color: approx Purple Heart. HEX triplet: 6D, 2A and BE. RGB value is (109,42,190). Sum of RGB (Red+Green+Blue) = 109+42+190=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D2ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D2ABE is #92D541. Grayscale: #4E4E4E. Windows color (decimal): -9622850 or 12462701. OLE color: 12462701.

HSL color Cylindrical-coordinate representation of color #6D2ABE: hue angle of 267.16º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D2ABE is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10942190-
CMYK0.430.7800.25
HSL267.16º63.79%45.49%-
HSV(B)267.16º77.89%74.51%-
XYZ16.438.6249.51-
YUV78.9190.7149.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.96%
GREEN value IS 42 (16.80% from 255) = 12.32%
BLUE value IS 190 (74.61% from 255) = 55.72%
R=31.96%
G=12.32%
B=55.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109421900.430.7800.25267.1663.7945.49
Hex6D2ABE2B4E01910b402d
Octal155522765311603141310055
Binary11011011010101011111010101110011100110011000010111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,42,190); }

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

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

 a { background-color: rgb(109,42,190); }

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

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

 span { border-color: rgb(109,42,190); }

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