#6A2CC9

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

Shades of Purple Heart #6A2CC9

Tints of Purple Heart #6A2CC9

Color information

#6A2CC9 (or 0x6A2CC9) is unknown color: approx Purple Heart. HEX triplet: 6A, 2C and C9. RGB value is (106,44,201). Sum of RGB (Red+Green+Blue) = 106+44+201=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 201 (78.91% from 255 or 57.26% from 351); Max value from RGB is 201 - color contains mainly: blue. Hex color #6A2CC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2CC9 is #95D336. Grayscale: #4F4F4F. Windows color (decimal): -9818935 or 13184106. OLE color: 13184106.

HSL color Cylindrical-coordinate representation of color #6A2CC9: hue angle of 263.69º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A2CC9 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10644201-
CMYK0.470.7800.21
HSL263.69º64.08%48.04%-
HSV(B)263.69º78.11%78.82%-
XYZ17.399.0856.1-
YUV80.44196.04146.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.20%
GREEN value IS 44 (17.58% from 255) = 12.54%
BLUE value IS 201 (78.91% from 255) = 57.26%
R=30.20%
G=12.54%
B=57.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106442010.470.7800.21263.6964.0848.04
Hex6A2CC92F4E0151084030
Octal152543115711602541010060
Binary11010101011001100100110111110011100101011000010001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,44,201); }

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

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

 a { background-color: rgb(106,44,201); }

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

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

 span { border-color: rgb(106,44,201); }

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