#6A2BB9

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

Shades of Purple Heart #6A2BB9

Tints of Purple Heart #6A2BB9

Color information

#6A2BB9 (or 0x6A2BB9) is unknown color: approx Purple Heart. HEX triplet: 6A, 2B and B9. RGB value is (106,43,185). Sum of RGB (Red+Green+Blue) = 106+43+185=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 185 (72.66% from 255 or 55.39% from 334); Max value from RGB is 185 - color contains mainly: blue. Hex color #6A2BB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2BB9 is #95D446. Grayscale: #4D4D4D. Windows color (decimal): -9819207 or 12135274. OLE color: 12135274.

HSL color Cylindrical-coordinate representation of color #6A2BB9: hue angle of 266.62º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A2BB9 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10643185-
CMYK0.430.7700.27
HSL266.62º62.28%44.71%-
HSV(B)266.62º76.76%72.55%-
XYZ15.568.2946.68-
YUV78.03188.37147.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.74%
GREEN value IS 43 (17.19% from 255) = 12.87%
BLUE value IS 185 (72.66% from 255) = 55.39%
R=31.74%
G=12.87%
B=55.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106431850.430.7700.27266.6262.2844.71
Hex6A2BB92B4D01B10b3e2d
Octal15253271531150334137655
Binary1101010101011101110011010111001101011011100001011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,43,185); }

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

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

 a { background-color: rgb(106,43,185); }

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

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

 span { border-color: rgb(106,43,185); }

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