#6A2FC3

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

Shades of Purple Heart #6A2FC3

Tints of Purple Heart #6A2FC3

Color information

#6A2FC3 (or 0x6A2FC3) is unknown color: approx Purple Heart. HEX triplet: 6A, 2F and C3. RGB value is (106,47,195). Sum of RGB (Red+Green+Blue) = 106+47+195=348 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.46% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 195 (76.56% from 255 or 56.03% from 348); Max value from RGB is 195 - color contains mainly: blue. Hex color #6A2FC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2FC3 is #95D03C. Grayscale: #505050. Windows color (decimal): -9818173 or 12791658. OLE color: 12791658.

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

Color convert

RGB10647195-
CMYK0.460.7600.24
HSL263.92º61.16%47.45%-
HSV(B)263.92º75.9%76.47%-
XYZ16.819.0452.49-
YUV81.51192.05145.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.46%
GREEN value IS 47 (18.75% from 255) = 13.51%
BLUE value IS 195 (76.56% from 255) = 56.03%
R=30.46%
G=13.51%
B=56.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal106471950.460.7600.24263.9261.1647.45
Hex6A2FC32E4C0181083d2f
Octal15257303561140304107557
Binary1101010101111110000111011101001100011000100001000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,47,195); }

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

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

 a { background-color: rgb(106,47,195); }

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

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

 span { border-color: rgb(106,47,195); }

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